]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Trying to insert an incorrect datatype into a STRICT table raises an
authordrh <>
Wed, 18 Aug 2021 19:22:27 +0000 (19:22 +0000)
committerdrh <>
Wed, 18 Aug 2021 19:22:27 +0000 (19:22 +0000)
commit72532f52bce548348cff66b6113776e11d6d7f3f
treee8f60a3acdb016bc9085aaa9a2ba39e8d5caa56f
parent44183f83d0fbbc1e092b990afd2ede033759574f
Trying to insert an incorrect datatype into a STRICT table raises an
SQLITE_CONSTRAINT_DATATYPE error.  Seems to work, though lots more testing
is needed.

FossilOrigin-Name: a19305e5cfedf5c472200d6e05c1396443e348f052a40a0979f860f2ff06851d
manifest
manifest.uuid
src/insert.c
src/sqlite.h.in
src/sqliteInt.h
src/vdbe.c
test/strict1.test