SQLite

Changes On Branch fts4-unicode
Login

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

Changes In Branch fts4-unicode Excluding Merge-Ins

This is equivalent to a diff from 6d326d44 to e71495a8

2012-05-26
18:42
Merge fts4-unicode branch with trunk. (check-in: 25ba1f84 user: dan tags: trunk)
18:28
If SQLITE_DISABLE_FTS3_UNICODE is defined, do not build the "unicode61" tokenizer. (Closed-Leaf check-in: e71495a8 user: dan tags: fts4-unicode)
18:06
Enable the use of shared cache for an in-memory database, so that separate database connections can share the same in-memory database. (check-in: 4590e433 user: drh tags: shared-cache-memdb)
17:57
Change the format of the tables used by sqlite3FtsUnicodeTolower() to make them a little smaller. (check-in: b89d3834 user: dan tags: fts4-unicode)
2012-05-25
17:50
Add an experimental tokenizer to fts4 - "unicode". This tokenizer works in the same way except that it understands unicode "simple case folding" and recognizes all characters not classified as "Letters" or "Numbers" by unicode as token separators. (check-in: 0c13570e user: dan tags: fts4-unicode)
2012-05-22
17:39
Merge the 3.7.12.1 trunk changes into the WinRT branch. (check-in: b9ed0b26 user: drh tags: winrt)
13:11
Version 3.7.12.1 (check-in: 972e75bb user: drh tags: apple-osx)
13:01
Version 3.7.12.1 (check-in: d07b7b67 user: drh tags: sessions)
02:45
Version 3.7.12.1 (check-in: 6d326d44 user: drh tags: trunk, release, version-3.7.12.1)
2012-05-21
22:45
Increase the version number to 3.7.12.1. Minor changes to test scripts. (check-in: 5519cc5e user: drh tags: trunk)

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.