SQLite

Changes On Branch nx-devkit
Login

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

Changes In Branch nx-devkit Excluding Merge-Ins

This is equivalent to a diff from 1c45b2a0 to 627eff32

2012-04-04
13:51
Fix the multiplexor logging so that it works with SQLITE_ENABLE_8_3_NAMES. (Leaf check-in: 627eff32 user: drh tags: nx-devkit)
13:47
In the multiplexor extension, improve the error logging when a chunk fails to open. (check-in: e6806f0d user: drh tags: nx-devkit)
2011-12-12
20:01
Backport a minimal set of changes needed to get 8+3 filenames and the multiplexor shim playing well together. (check-in: c4e2ce48 user: drh tags: nx-devkit)
2011-11-18
13:10
Change the multiplexor to use a 3-digit suffix. (check-in: 0b7edc44 user: drh tags: trunk)
2011-11-17
11:49
Improvements to the documentation of the sqlite3_db_filename() interface. (check-in: 1c45b2a0 user: drh tags: trunk)
11:43
Restore the test for sqlite3OsFullPathname() failure that was mistakenly removed when [ceee03c79a] was backed out by [69ec53fc1c]. (check-in: 4d3cf9e1 user: drh tags: trunk)

Changes to ext/fts3/fts3.c.

Changes to ext/fts3/fts3Int.h.

Changes to ext/fts3/fts3_write.c.

Changes to src/btree.c.

Changes to src/loadext.c.

Changes to src/main.c.

Changes to src/os.h.

Changes to src/os_unix.c.

Changes to src/os_win.c.

Changes to src/pager.c.

Changes to src/shell.c.

Changes to src/sqlite.h.in.

Changes to src/test1.c.

Changes to src/test_journal.c.

Changes to src/test_multiplex.c.

Changes to src/test_osinst.c.

Changes to src/test_quota.c.

Changes to src/test_stat.c.

Changes to src/test_vfstrace.c.

Changes to src/util.c.

Changes to src/vdbeaux.c.

Added test/bigfile2.test.

Changes to test/fts3auto.test.

Added test/fts3prefix2.test.

Changes to test/multiplex.test.

Added test/multiplex2.test.

Added test/multiplex3.test.

Changes to test/quota.test.