]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Include the original text of the CHECK constraint in the error message for
authordrh <drh@noemail.net>
Thu, 27 Aug 2020 18:36:30 +0000 (18:36 +0000)
committerdrh <drh@noemail.net>
Thu, 27 Aug 2020 18:36:30 +0000 (18:36 +0000)
commit92e21ef0796e797b831a9f6b2e5edb0bd5c21442
tree73d81d8e1686a1232011cc13736c85ccebb3cb64
parent359941bd33705c1f5b1d7ed75528c764711a510a
Include the original text of the CHECK constraint in the error message for
anonymous CHECK constraints.

FossilOrigin-Name: 5ce34a955bb36d77edc9951cb7ac2ef9c876d7d3ff5852af682f558e248f428c
19 files changed:
manifest
manifest.uuid
src/build.c
src/parse.y
src/sqliteInt.h
test/check.test
test/conflict.test
test/conflict2.test
test/date2.test
test/e_createtable.test
test/fkey2.test
test/func4.test
test/in.test
test/insert4.test
test/istrue.test
test/pager1.test
test/quote.test
test/without_rowid1.test
test/without_rowid3.test