Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/parser1.test
2025-07-01
| ||
12:43 | [131f473347] part of check-in [77397bd67d] When attempting to optimize "expr AND false" to "false" and "expr IN ()" to "false", take care not to delete aggregate functions in the "expr" as doing so can change the meaning of the query. See forum thread f4878de3e7. (check-in: [77397bd67d] user: drh branch: trunk, size: 3657) | |
2018-11-07
| ||
02:17 | [6ccdf5e459] part of check-in [3212733cb6] Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. (check-in: [3212733cb6] user: drh branch: read-only-shadow, size: 3101) | |
2016-07-28
| ||
12:52 | [391b9bf9a2] part of check-in [6feff15cae] New test case to insure legacy CREATE TABLE syntax is supported. (check-in: [6feff15cae] user: drh branch: trunk, size: 3068) | |
2015-08-24
| ||
20:21 | [222b5cbf3e] part of check-in [bed42116ad] 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. (check-in: [bed42116ad] user: drh branch: trunk, size: 2271) | |
15:39 | Added: [23867b6f2c] part of check-in [83cbc4d876] 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. (check-in: [83cbc4d876] user: drh branch: trunk, size: 1690) | |