Levi Haskell wrote:
>
> Am I missing something here?
>

There is no guarantee, implicit or explicit, that thread identity does not
matter to the internals of System.Data.SQLite.  In fact, the documentation
seems to state the exact opposite.  It may work fine now if you ignore this
rule; however, in the future, it may not.  For example, we may need to use
thread-local storage or some other mechanisms in the future that rely more
strongly on the thread identity inside the implementation.

--
Joe Mistachkin

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

Reply via email to