Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/with2.test
2018-01-10
| ||
00:40 | Compute the correct column name even if the column identifier is the very last token in the SQL statement. This fixes a problem introduced by check-in [0fdf97efe5df745510c6b] and reported by the community during beta-testing. file: [e0030e2f] check-in: [36b89d72] user: drh branch: trunk, size: 9973 | |
2015-08-24
| ||
20:21 | 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. file: [2b40da88] check-in: [bed42116] user: drh branch: trunk, size: 9979 | |
2014-03-21
| ||
19:27 | Avoid leaking memory in an obscure case where the flattener adds an ORDER BY clause to the recursive part of a recursive query. file: [ee227a66] check-in: [1f413aca] user: dan branch: trunk, size: 9971 | |
2014-01-20
| ||
14:17 | Do not run the tests in with2.test with SQLITE_OMIT_CTE builds. file: [2fe78fcd] check-in: [8a973912] user: dan branch: trunk, size: 9410 | |
2014-01-18
| ||
15:59 | Add extra test cases. No changes to code. file: [67a3347f] check-in: [d38d485e] user: dan branch: trunk, size: 9365 | |
08:27 | Avoid spurious "no such table" errors in statements of the form "INSERT INTO tbl WITH xxx AS (...) SELECT * FROM xxx". file: [5f7ea345] check-in: [cccff8a0] user: dan branch: trunk, size: 5341 | |
2014-01-17
| ||
20:36 | Add extra tests to with2.test. file: [eaafa54a] check-in: [eecc325a] user: dan branch: trunk, size: 4286 | |
17:40 | Resolve table names within CTEs in the context in which the CTE is declared, not the context in which it is used. file: [21057990] check-in: [a7323838] user: dan branch: trunk, size: 1697 | |
14:59 | Fix some problems to do with WITH clauses and name resolution. file: [790c4b7a] check-in: [6a549187] user: dan branch: common-table-expr, size: 1270 Added | |