SQLite

Check-in [25ba1f84f2]
Login

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

Overview
Comment:Merge fts4-unicode branch with trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 25ba1f84f2b98d50ac1e2b9849b59ee902c2cca7
User & Date: dan 2012-05-26 18:42:21.996
Context
2012-05-27
22:42
Merge into trunk the changes that permit :memory: databases to use shared cache. (check-in: e72179f3a4 user: drh tags: trunk)
2012-05-26
18:42
Merge fts4-unicode branch with trunk. (check-in: 25ba1f84f2 user: dan tags: trunk)
18:28
If SQLITE_DISABLE_FTS3_UNICODE is defined, do not build the "unicode61" tokenizer. (Closed-Leaf check-in: e71495a817 user: dan tags: fts4-unicode)
2012-05-22
02:45
Version 3.7.12.1 (check-in: 6d326d44fd user: drh tags: trunk, release, version-3.7.12.1)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts3/README.tokenizers.
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3Int.h.
Added ext/fts3/fts3_unicode.c.
Added ext/fts3/fts3_unicode2.c.
Changes to ext/fts3/fts3_write.c.
Added ext/fts3/unicode/CaseFolding.txt.
Added ext/fts3/unicode/UnicodeData.txt.
Added ext/fts3/unicode/mkunicode.tcl.
Changes to main.mk.
Changes to src/test_config.c.
Changes to test/fts3fault2.test.
Added test/fts4unicode.test.
Changes to test/permutations.test.
Changes to tool/mksqlite3c.tcl.