Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Refactor the sqlite3_normalized_sql() implementation. This is a work-in-progress. There are still issues. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | normalize-refactor |
Files: | files | file ages | folders |
SHA3-256: |
a4c890b0af9786295e6df05022009d89 |
User & Date: | drh 2018-12-10 16:00:57.538 |
Context
2018-12-10
| ||
16:49 | Fix issues with the new normalizer. (Leaf check-in: 057d7d40c5 user: drh tags: normalize-refactor) | |
16:00 | Refactor the sqlite3_normalized_sql() implementation. This is a work-in-progress. There are still issues. (check-in: a4c890b0af user: drh tags: normalize-refactor) | |
01:48 | Add support for the VACUUM INTO command. (check-in: 77f150b8b4 user: drh tags: trunk) | |
Changes
Changes to src/prepare.c.
Changes to src/sqliteInt.h.
Changes to src/tokenize.c.
Changes to src/vdbe.h.
Changes to src/vdbeaux.c.