SQLite

Changes On Branch ota-update-no-pager_ota_mode
Login

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

Changes In Branch ota-update-no-pager_ota_mode Excluding Merge-Ins

This is equivalent to a diff from c3931db5 to 0b63e8dc

2015-02-11
17:05
Merge the ota-update-no-pager_ota_mode branch into this one. (check-in: 71887cd9 user: dan tags: ota-update)
16:54
Merge latest trunk changes with this branch. (Closed-Leaf check-in: 0b63e8dc user: dan tags: ota-update-no-pager_ota_mode)
16:25
Ensure that an error is reported if an attempt is made to update a wal mode database via ota. (check-in: 6fc5d4d2 user: dan tags: ota-update-no-pager_ota_mode)
2015-02-09
18:28
Propagate COLLATE operators upward through function calls and CASE operations. And do not flatten an aggregate subquery into a query that uses other subqueries. Fixes for tickets [ca0d20b6cdddec5] and [2f7170d73bf9], respectively. (check-in: 24e78b8d user: drh tags: trunk)
2015-02-07
19:17
Remove "PRAGMA pager_ota_mode". (check-in: 8ac58e46 user: dan tags: ota-update-no-pager_ota_mode)
2015-02-06
15:03
Merge the command-line shell enhancements from trunk. (check-in: c3931db5 user: drh tags: ota-update)
14:51
Change the name of ".info" to ".dbinfo" and add an optional second argument which is the ATTACH-ed DB about which information is provided. Provide ".indexes" as an alternative name to the legacy ".indices" command. (check-in: 0f65a7e2 user: drh tags: trunk)
00:31
Revise the way that the index structure for a WITHOUT ROWID table is discovered. (check-in: 7f10a0ea user: drh tags: ota-update)

Changes to ext/ota/README.txt.

Changes to ext/ota/ota1.test.

Deleted ext/ota/ota2.test.

Deleted ext/ota/ota4.test.

Changes to ext/ota/ota6.test.

Added ext/ota/otaA.test.

Changes to ext/ota/sqlite3ota.c.

Changes to ext/ota/sqlite3ota.h.

Changes to main.mk.

Changes to src/delete.c.

Changes to src/expr.c.

Changes to src/pager.c.

Changes to src/pager.h.

Changes to src/parse.y.

Changes to src/pragma.c.

Changes to src/pragma.h.

Changes to src/resolve.c.

Changes to src/select.c.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/test1.c.

Changes to src/vdbeblob.c.

Changes to src/wal.c.

Changes to test/collate8.test.

Changes to test/incrblob2.test.

Changes to test/select6.test.

Changes to tool/mkpragmatab.tcl.

Changes to tool/mksqlite3c.tcl.

Changes to tool/spaceanal.tcl.