]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem causing "PRAGMA quick_check" to return spurious corruption errors for...
authordan <Dan Kennedy>
Sat, 28 Jan 2023 17:37:37 +0000 (17:37 +0000)
committerdan <Dan Kennedy>
Sat, 28 Jan 2023 17:37:37 +0000 (17:37 +0000)
commit20438431c88c2852a501765c7dbb57c3fc5f45ed
tree24e31a678e2677dd24a9164927034bcb914014cf
parent54c9250b09c18507b0a169200219b2d351f6865f
Fix a problem causing "PRAGMA quick_check" to return spurious corruption errors for a WITHOUT ROWID for which all columns are either virtual or part of the primary key, and for which the order of the columns in the primary key definition is different from the order in the table.

FossilOrigin-Name: a7530f897127f35a212db6557edbcbbb286cc0e094754c1c1b74ce8dbf724470
manifest
manifest.uuid
src/pragma.c
test/quickcheck.test [new file with mode: 0644]