SQLite

Check-in [bf7b8d8636]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merge automatic index changes into the trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: bf7b8d863665870a38f0b2335cc71de856a515b4
User & Date: drh 2010-04-08 01:16:20.000
References
2011-07-08
16:00 Ticket [54844eea3f] Incorrect caching of sub-query results in the FROM clause of a scalar sub-query. status still Open with 3 other changes (artifact: cb377e7178 user: dan)
Context
2010-04-08
11:35
Make sure F_OK, R_OK, and W_OK are defined in test_demovfs.c. Define them manually if they are not. This is necessary to get the module to compile on some systems. (check-in: 7c8afc3272 user: drh tags: trunk)
01:16
Merge automatic index changes into the trunk. (check-in: bf7b8d8636 user: drh tags: trunk)
00:40
When constructing automatic indices do not include the same column more than once. (Closed-Leaf check-in: d067d9f7a9 user: drh tags: experimental)
2010-04-07
20:29
When rolling back a savepoint to the beginning of the transaction, make sure to initialize the database size in the btree layer correctly even if the database size field of the header is zeroed. (check-in: a3540c6acf user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/ctime.c.
Changes to src/main.c.
Changes to src/pragma.c.
Changes to src/prepare.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/test1.c.
Changes to src/test_config.c.
Changes to src/trigger.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vtab.c.
Changes to src/where.c.
Added test/autoindex1.test.
Changes to test/collate4.test.