Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Experimental changes to (optionally) allow double-quoted strings to be checked against known identifiers. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | normalize_v4 |
Files: | files | file ages | folders |
SHA3-256: |
73a6b8c1b9c282b9d28c2ce131fc2f35 |
User & Date: | mistachkin 2018-12-06 20:18:43.697 |
Context
2018-12-06
| ||
20:18 | Experimental changes to (optionally) allow double-quoted strings to be checked against known identifiers. (Leaf check-in: 73a6b8c1b9 user: mistachkin tags: normalize_v4) | |
17:06 | When masking bits off of sqlite3.flags, make sure the mask is 64 bits in size so as not to accidentally mask of high-order bits. (check-in: 53d3b169d8 user: drh tags: trunk) | |
02:01 | Remove the unused pColHash field from the Table object. (check-in: 3a2c047989 user: drh tags: trunk) | |
2018-12-05
| ||
23:45 | The sqlite3_normalized_sql() interface should not be transforming quoted identifier names into wildcards. Fix this, and at the same time simplify the code substantially. (check-in: e8540377ec user: drh tags: trunk) | |
Changes
Changes to src/build.c.
Changes to src/prepare.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to test/normalize.test.