]> git.ipfire.org Git - thirdparty/sqlite.git/commit
An attempt to enhance PRAGMA integrity check so that it does data type
authordrh <>
Mon, 10 Oct 2022 18:25:05 +0000 (18:25 +0000)
committerdrh <>
Mon, 10 Oct 2022 18:25:05 +0000 (18:25 +0000)
commit49d77ee6426de5516957dc486205837fd1af3d95
tree0dd53787a8150e93bac54a55e953e4b3186d9f9c
parent005c9d829593365b734d2885ddfe04ab85ffbc4f
An attempt to enhance PRAGMA integrity check so that it does data type
checking on non-STRICT tables.  Specifically:  (1) Columns with TEXT affinity
should not contain numeric values, and (2) columns with numeric affinity should
not contain text values that can be converted to numeric.

FossilOrigin-Name: 8b1e7f0524637728cebe81c7d3ff8ad8a5a55782eac6409b425dad538024f596
manifest
manifest.uuid
src/pragma.c
src/update.c
src/vdbe.c
test/memsubsys1.test