]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Disallow the use of COLLATE clauses and the ASC and DESC keywords within
authordrh <drh@noemail.net>
Mon, 24 Aug 2015 15:39:42 +0000 (15:39 +0000)
committerdrh <drh@noemail.net>
Mon, 24 Aug 2015 15:39:42 +0000 (15:39 +0000)
commitbc622bc045a919b491be2d1ba0c56fd5fd7ff22f
tree10b75608eb02240f45844d85bdb23ece7e3bae2d
parent80d874083b38c5e24d854a76ab07b791fb0dc2cb
Disallow the use of COLLATE clauses and the ASC and DESC keywords within
foreign key constraints and in the argument list to common table expressions.

FossilOrigin-Name: 83cbc4d8761498647794affffa961a4fca311be7
manifest
manifest.uuid
src/build.c
src/expr.c
src/parse.y
src/sqliteInt.h
test/parser1.test [new file with mode: 0644]