Mason, Philip wrote:
>
> What operation(s) are creating these?   
>

It looks like pretty much any query against the database.

>
> Are the objects/connections actually orphaned or is there the possibility
> that activity could pop up and cause problems?   
>

Yes, I confirmed that the objects are actually orphaned.

> 
> If the pre-sqlite_close_v2 code in 1.0.81.0 will solve the issue safely,
> I'd like to explore the option of fetching the old code and moving forward
> that direction.
> 

An alternative to using older versions of System.Data.SQLite would be to
compile
it with the new compile-time option INTEROP_LEGACY_CLOSE enabled:

        https://system.data.sqlite.org/index.html/timeline?r=legacyClose

--
Joe Mistachkin

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

Reply via email to