SQLite

Changes On Branch deferred-open
Login

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

Changes In Branch deferred-open Excluding Merge-Ins

This is equivalent to a diff from 0a8bcbbd to f352ef57

2014-02-12
15:05
Various fixes and test case updates so that veryquick.test passes again. (Leaf check-in: f352ef57 user: dan tags: deferred-open)
14:43
Make sure "rowid" columns are correctly resolved in joins between normal tables and WITHOUT ROWID tables. Fix for ticket [c34d0557f740c45070]. (check-in: 5d01426d user: drh tags: trunk)
14:43
Merge latest trunk changes. (check-in: 4d7057c4 user: dan tags: deferred-open)
2014-02-11
16:31
Sync with trunk. Bring in the command-line shell updates and the new 3.8.4 version number. (check-in: 2cd35ff6 user: drh tags: sessions)
16:24
Increase the version number to 3.8.4 (check-in: 0a8bcbbd user: drh tags: trunk)
16:22
Updates to the command-line shell. Simplify the banner message. Add the ".save" command as an alias for ".backup". When starting with no arguments, include a banner message warning that the database is transient and in-memory and mention the ".open" command. (check-in: f5ad1e1b user: drh tags: trunk)

Changes to src/os_unix.c.

Changes to src/test2.c.

Changes to test/backup.test.

Changes to test/backup4.test.

Changes to test/capi3e.test.

Changes to test/e_uri.test.

Changes to test/exclusive2.test.

Changes to test/incrvacuum.test.

Changes to test/io.test.

Changes to test/pager1.test.

Changes to test/permutations.test.

Changes to test/syscall.test.

Changes to test/tester.tcl.

Changes to test/tkt4018.test.

Changes to test/uri.test.

Changes to test/wal4.test.