On Mon, 01 Jul 2013 23:59:15 -0400
Igor Tandetnik <i...@tandetnik.org> wrote:

> > 2.  Trying to re-use a single connection to issue a second query
> > before finalizing the first one should return an error
> 
> No it should not, and does not. Try it.
> 
> > because the library is being improperly used.
> 
> That may be, but it doesn't result in an error.

Hmm, is this considered a bug or a feature?  

To me, the SQLite library should enforce deterministic outcomes.  If
two processes sharing a connection can undermine the atomicity of the
exectution of an SQL statement, the library fails that test.  

--jkl

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

Reply via email to