Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add header comment for sqlite3_vtab_collation(). |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | schemalint |
Files: | files | file ages | folders |
SHA3-256: |
d238694ca445ccb4eeb3e3269a5f872f |
User & Date: | dan 2017-04-15 14:30:01 |
Context
2017-04-15
| ||
15:47 | Merge latest trunk changes into this branch. check-in: 2d0c458e user: dan tags: schemalint | |
14:30 | Add header comment for sqlite3_vtab_collation(). check-in: d238694c user: dan tags: schemalint | |
14:16 | Fix memory leaks in the code on this branch. Make use of the sqlite3_index_constraint.usage field. Do not try to handle ORDER BY terms with explicit COLLATE clauses - they don't get passed to the vtab layer anyway. check-in: 0cd75a87 user: dan tags: schemalint | |
Changes
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/where.c.