Re: [sqlite] Change in behavior between 1.0.79.0 and 1.0.83.0inSystem.Data.SQLite

2013-01-09 Thread Michael Russell
Everything that can be disposed of should be getting done automatically by the using: using (var testEntities = new TestEntities(connectionString)) { Assert.AreEqual(1, testEntities.Users.Count(), "Must be one user"); var firstOrDefault = tes

Re: [sqlite] Change in behavior between 1.0.79.0 and 1.0.83.0inSystem.Data.SQLite

2013-01-09 Thread Joe Mistachkin
Michael Russell wrote: > > One further follow-up. I tested all the other versions in between. The > break happened between 1.0.81.0 and 1.0.82.0 > The switch to using sqlite3_close_v2 happened in that time frame; however, the root cause of the issue you are seeing is that one or more System.Da