/ Changes On Branch fts3-prefix-search
Login

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

Changes In Branch fts3-prefix-search Excluding Merge-Ins

This is equivalent to a diff from 77f01578bb to aefd46dfae

2011-06-14
11:50
Merge fts3-prefix-search branch with trunk. (check-in: b1f9c1e0ac user: dan tags: trunk)
11:32
Add a couple of extra tests. (Closed-Leaf check-in: aefd46dfae user: dan tags: fts3-prefix-search)
09:00
Fix another bug caused by NEAR/matchinfo/order=DESC interaction. (check-in: 04907fbade user: dan tags: fts3-prefix-search)
07:22
Merge recent trunk changes into fts3-prefix-search branch. (check-in: 135ce30f62 user: dan tags: fts3-prefix-search)
2011-06-13
12:19
Use only unsigned values in the implementatin of LIKE and GLOB so that values won't overflow to negative when dealing with malformed UTF8. (check-in: 77f01578bb user: drh tags: trunk)
2011-06-10
18:33
When updating a field that requires foreign key constraints be checked, ensure that the indexes and tables are consistent when the FK logic is run. Otherwise, it may detect the inconsistency and report database corruption. (check-in: 2b3d9996a8 user: dan tags: trunk)

Changes to Makefile.in.

Changes to ext/fts3/fts3.c.

Changes to ext/fts3/fts3Int.h.

Changes to ext/fts3/fts3_aux.c.

Changes to ext/fts3/fts3_expr.c.

Changes to ext/fts3/fts3_snippet.c.

Changes to ext/fts3/fts3_term.c.

Added ext/fts3/fts3_test.c.

Changes to ext/fts3/fts3_write.c.

Changes to main.mk.

Changes to src/tclsqlite.c.

Added test/fts3auto.test.

Changes to test/fts3defer.test.

Changes to test/fts3defer2.test.

Changes to test/fts3matchinfo.test.

Added test/fts3prefix.test.

Changes to test/fts3rnd.test.

Changes to test/fts3sort.test.

Changes to test/hook.test.

Changes to test/permutations.test.

Changes to test/tester.tcl.

Changes to test/trace2.test.