> Igor Tandetnik wrote: >> Angus March <[email protected]> wrote: >>> After the callback has finished, what will happen with that original >>> call to sqlite3_reset()? >>> >> >> Since sqlite3_reset doesn't take any locks, a busy callback would never >> be invoked for it. >> > > Well someone should tell the library on my machine that, because > it's returning locking errors
yes, it may return that... but as a result of a previous call to sqlite3_step which returned a lock error. so it basically just passes the last error code throu Marcus > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

