]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add new primary error codes SQLITE_NOTICE and SQLITE_WARNING for use with
authordrh <drh@noemail.net>
Wed, 10 Apr 2013 23:48:37 +0000 (23:48 +0000)
committerdrh <drh@noemail.net>
Wed, 10 Apr 2013 23:48:37 +0000 (23:48 +0000)
commitd040e764427bfa02bed83e5312a95d2877b182ff
tree8f491f61961a5053825500f35400059c386ece90
parent56282a5bc75945ef9953f0cab3faff8b86af69f0
Add new primary error codes SQLITE_NOTICE and SQLITE_WARNING for use with
sqlite3_log().  Add new extended error codes SQLITE_NOTICE_RECOVER_WAL and
SQLITE_NOTICE_RECOVER_ROLLBACK to use with sqlite3_log() messages that occur
on each recovery.

FossilOrigin-Name: be7d2c5482c41baf000d7fb5dccc31b974e91064
manifest
manifest.uuid
src/pager.c
src/sqlite.h.in
src/test1.c
src/test2.c
src/test3.c
src/test4.c
src/test7.c
src/wal.c
test/wal.test