aboutsummaryrefslogtreecommitdiff
path: root/test/parser1.test
Commit message (Collapse)AuthorAge
* Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test casesdrh2018-11-07
| | | | | so that they work with DEFENSIVE enabled. FossilOrigin-Name: 3212733cb6d1a59516d67a86df7c7b1d2456a1b2e5d7080c26b0e87b2609c65d
* New test case to insure legacy CREATE TABLE syntax is supported.drh2016-07-28
| | | FossilOrigin-Name: 6feff15cae8f0427be790355841d49c479c1c586
* Enhances the parser so that it accepts arbitrary expressions for the argumentsdrh2015-08-24
| | | | | | | 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
* Disallow the use of COLLATE clauses and the ASC and DESC keywords withindrh2015-08-24
foreign key constraints and in the argument list to common table expressions. FossilOrigin-Name: 83cbc4d8761498647794affffa961a4fca311be7