]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Disallow the ON CONFLICT clause on CHECK constraints. The syntax used to be
authordrh <drh@noemail.net>
Fri, 8 Aug 2008 14:19:41 +0000 (14:19 +0000)
committerdrh <drh@noemail.net>
Fri, 8 Aug 2008 14:19:41 +0000 (14:19 +0000)
commit200a81dcb51bb5c02625a4fe6b6dabbf630a069c
tree0c8d6f54b2570e89025eda735ddcb9de11e8c473
parenta33cb5f776c294441ffa4982197a3fe04ea92e03
Disallow the ON CONFLICT clause on CHECK constraints.  The syntax used to be
allowed but never worked, so this should not present compatibility problems.
Other internal grammar simplifications. (CVS 5546)

FossilOrigin-Name: 4cedc641ed39982ae8cbb9200aa1e2f37c878b73
addopcodes.awk
manifest
manifest.uuid
src/alter.c
src/parse.y
src/tokenize.c