Hi,

Using SQLite3.6.22

If a transaction is holding database lock (transaction started using
BEGIN IMMEDIATE) and application code, without first calling
sqlite3_reset(), tries to
1. Rollback-To:  hangs waiting for the lock
2. Rollback:  fails with message "database is locked".

Is this difference in behavior a bug? if yes, is this fixed in later
versions - which?
or is it by design - why?

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

Reply via email to