If you don't mind, John, for bullying in the discussion...

On Thu, 12 May 2011 17:58:40 -0400
Pavel Ivanov <paiva...@gmail.com> wrote:

> There's no dependency between different prepared statements, but there
> is dependency between transactions as they use the same database. And
> transaction cannot be finished (implicitly or explicitly) until all
> statements in this transaction are reset or finalized.

Pavel, could you please specify what do you mean by "statements in this 
transaction"? Statements
that were prepared (sqlite3_prepare) or initiated (sqlite3_step) during the 
transaction?

Also, is this something that one should immediately deduce, necessary behavior 
based on the model
of SQLite (or perhaps RDBMS, ACID), or is it something that one normally learns 
by heart, being,
for the end-user, just the way SQLite works?

Thanks,
Mihai

-- 
Mihai Militaru <mihai.milit...@xmpp.ro>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to