/ Changes On Branch broken-build
Login

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

Changes In Branch broken-build Excluding Merge-Ins

This is equivalent to a diff from 0185c4b689 to 63ebcb52a1

2011-06-15
13:11
Merge the improved incremental doclist loading test from the broken-build branch (which is now fixed) into trunk. (check-in: f9750870ee user: drh tags: trunk)
13:02
Fix so that the TCL test harness works even if SQLITE_ENABLE_FTS is omitted. (Closed-Leaf check-in: 63ebcb52a1 user: drh tags: broken-build)
12:43
Fix a couple of compiler warnings. (check-in: 3899f3b95e user: drh tags: broken-build)
08:30
Add an interface to better test incremental loading of doclists by FTS4. Also some tests for this and term prefix queries. (check-in: 7a3813138d user: dan tags: broken-build)
2011-06-14
14:18
Fix a memory leak that can follow an OOM error in a user-function that uses sqlite3_set_auxdata(). (check-in: 0185c4b689 user: dan tags: trunk)
11:50
Merge fts3-prefix-search branch with trunk. (check-in: b1f9c1e0ac user: dan tags: trunk)

Changes to ext/fts3/fts3.c.

Changes to ext/fts3/fts3_test.c.

Changes to ext/fts3/fts3_write.c.

Changes to src/func.c.

Changes to test/fts3auto.test.