On 6 May 2013, at 1:39pm, Mikael <[email protected]> wrote: > It'd be a great thing to be able to produce a general mechanism for > retrieving this value with regard to the most recently performed query only > right after a query has been made, as programming aimed at getting this > value lazily won't work as other local code may have made another query to > the SQLite handle meanwhile.
I believe that if you do both commands before closing a transaction, other threads and processes won't be able to execute anything between them. That's probably your simplest way of coping with the problem. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

