SQLite

Changes On Branch fts5
Login

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

Changes In Branch fts5 Excluding Merge-Ins

This is equivalent to a diff from f6a88ccc to 7635c680

2016-03-29
21:19
Fix some code and test coverage issues in fts5_index.c. (Leaf check-in: 7635c680 user: dan tags: fts5)
10:14
Version 3.12.0 (check-in: e9bb4cf4 user: drh tags: trunk, release, version-3.12.0)
2016-03-28
20:13
Add further tests for savepoint rollback. Fix various code issues and add missing comments in fts5_index.c. (check-in: a805c6f7 user: dan tags: fts5)
14:57
Open a statement transaction for "CREATE VIRTUAL TABLE" statements in order to ensure that if the xCreate() call fails, changes made to the sqlite_master and possibly other tables are rolled back. (Closed-Leaf check-in: d0a3853b user: dan tags: vcreate-stmt)
11:01
Fix the multiplexor so that it does not assume that the xGetLastError method is non-NULL in the child VFS. (check-in: f6a88ccc user: drh tags: trunk)
2016-03-26
15:36
More changes to the shellN.test scripts to get them working on all variations of Windows. (check-in: 8213c2f5 user: drh tags: trunk)

Changes to ext/fts5/fts5Int.h.

Changes to ext/fts5/fts5_index.c.

Changes to ext/fts5/fts5_main.c.

Changes to ext/fts5/fts5_storage.c.

Changes to ext/fts5/test/fts5_common.tcl.

Changes to ext/fts5/test/fts5ai.test.

Changes to ext/fts5/test/fts5corrupt.test.

Changes to ext/fts5/test/fts5fault4.test.

Added ext/fts5/test/fts5faultC.test.

Changes to ext/fts5/test/fts5rowid.test.

Changes to ext/fts5/test/fts5simple.test.

Changes to ext/fts5/test/fts5simple3.test.

Changes to ext/fts5/test/fts5synonym2.test.

Changes to ext/fts5/test/fts5version.test.

Changes to src/vdbeaux.c.

Changes to src/vtab.c.