]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make SQLITE_CORRUPT sticky: If a CORRUPT error is returned, all subsequent
authordrh <>
Wed, 10 Nov 2021 10:59:10 +0000 (10:59 +0000)
committerdrh <>
Wed, 10 Nov 2021 10:59:10 +0000 (10:59 +0000)
commit46c425b4dd4e0e6371d8794b671135593d2ddf8c
tree3adca77c1d00e6517d647f60b23ca4e512979e7d
parent995d33ae0214724816ac7b39db600abef6aa2380
Make SQLITE_CORRUPT sticky:  If a CORRUPT error is returned, all subsequent
write statements within the same transaction also fail early with
SQLITE_CORRUPT.

FossilOrigin-Name: 3feb0f1c3840904d28fc9a61262820e2b9b764addc1dd178aecc2cd0f952042c
manifest
manifest.uuid
src/btree.c
src/main.c
src/sqliteInt.h
src/vdbe.c