SQLite

Check-in [b1f9c1e0ac]
Login

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

Overview
Comment:Merge fts3-prefix-search branch with trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: b1f9c1e0ac51cedfb05ac073a603343f6df865b5
User & Date: dan 2011-06-14 11:50:09.808
References
2013-03-24
20:45 New ticket [38b1ae018f] Assertion fault on valid FTS4 query. (artifact: cb5486703f user: drh)
Context
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)
11:32
Add a couple of extra tests. (Closed-Leaf check-in: aefd46dfae 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)
Changes
Unified Diff Side-by-Side Diff Patch
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.