]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add extended error code SQLITE_READONLY_ROLLBACK. Returned if a read-only connection...
authordan <dan@noemail.net>
Tue, 5 Mar 2013 15:09:25 +0000 (15:09 +0000)
committerdan <dan@noemail.net>
Tue, 5 Mar 2013 15:09:25 +0000 (15:09 +0000)
commite3664fb03cdfc6d2a98c26989d96f156560e6ba7
treeaab6bbc9d7f8d00876956bde7715a4dd2f413241
parente1df4e31ec386c7c00dc913926e01b312a592203
Add extended error code SQLITE_READONLY_ROLLBACK. Returned if a read-only connection cannot read the database because doing so would require it to roll back a hot-journal.

FossilOrigin-Name: 39247b14a52b0c0222fe5a848bf0aef0854058c4
manifest
manifest.uuid
src/pager.c
src/sqlite.h.in
src/test1.c
test/misc7.test