[DBD-SQLite] Re: [patch] Error handling,
part 3: document sqlite-specific $sth->finish
interaction with transactions and workaround error in $dbh->rollback
Yuriy Kaminskiy
yumkam at mail.ru
Tue Mar 27 15:53:31 GMT 2012
Yuriy Kaminskiy wrote:
> In sqlite, ROLLBACK fails with SQLITE_BUSY when there are active/unfinished
> SELECT statements.
[...]
Note: this problem was resolved by sqlite 3.7.11 (that [will be] bundled with
DBD-SQLite 1.36_03): pending statements won't block ROLLBACK anymore (and will
fail on next [attempt] to fetch instead).
More information about the DBD-SQLite
mailing list