]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance PRAGMA integrity_check so that it verifies the datatype of
authordrh <>
Thu, 19 Aug 2021 02:58:15 +0000 (02:58 +0000)
committerdrh <>
Thu, 19 Aug 2021 02:58:15 +0000 (02:58 +0000)
commit9e1209d111aab64242aec299b347e60492556761
tree48b4f2abff123125ebd9b408bfc2e8739a21b57b
parentab16578b722469ecc835b55b0e7f65481118559d
Enhance PRAGMA integrity_check so that it verifies the datatype of
all columns in STRICT tables.

FossilOrigin-Name: 97c9248b3b81facce569bfa3fb405d44a1d1041e87132e8f649458c95620ccb2
manifest
manifest.uuid
src/global.c
src/pragma.c
src/sqliteInt.h
src/vdbe.c
test/strict2.test [new file with mode: 0644]