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.Data.SQLite objects have not been disposed and it's holding the
database connection and it's associated file(s) open.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to