Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Construct secondary indices on WITHOUT ROWID tables. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | omit-rowid |
Files: | files | file ages | folders |
SHA1: |
2c028ddc85cb45746cad6ab0cefd9913 |
User & Date: | drh 2013-10-23 22:23:03.281 |
Context
2013-10-23
| ||
23:37 | Change the sqlite3OpenTable() utility to open the PRIMARY KEY index when reading a WITHOUT ROWID table. (check-in: 247f389930 user: drh tags: omit-rowid) | |
22:23 | Construct secondary indices on WITHOUT ROWID tables. (check-in: 2c028ddc85 user: drh tags: omit-rowid) | |
17:39 | Report an error when trying to resolve column name "rowid" in a WITHOUT ROWID table. (check-in: 36bcc9cb88 user: drh tags: omit-rowid) | |
Changes
Changes to src/build.c.
Changes to src/delete.c.
Changes to src/pragma.c.
Changes to src/sqliteInt.h.
Changes to src/where.c.