]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhances the parser so that it accepts arbitrary expressions for the arguments
authordrh <drh@noemail.net>
Mon, 24 Aug 2015 20:21:20 +0000 (20:21 +0000)
committerdrh <drh@noemail.net>
Mon, 24 Aug 2015 20:21:20 +0000 (20:21 +0000)
commit108aa00a87e19312fa04b9cbaf98c8587128ab86
treefe6a6d7f582696dcd274881b10dc983e59297d0b
parent8981b904b545ad056ad2f6eb0ebef6a6b9606b5b
Enhances the parser so that it accepts arbitrary expressions for the arguments
of an index, though the code generator still rejects everything other than
simple column names.  The sqlite3RestrictColumnListSyntax() routine is removed
since that feature is now handled by the parser.

FossilOrigin-Name: bed42116addabcf3dfdc2e2d51ae183965704988
manifest
manifest.uuid
src/build.c
src/expr.c
src/parse.y
src/sqliteInt.h
test/parser1.test
test/with2.test