SQLite

Changes On Branch fts4-languageid
Login

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

Changes In Branch fts4-languageid Excluding Merge-Ins

This is equivalent to a diff from 16330a2f to f8e9c445

2012-03-05
15:33
Merge the fts4-languageid branch with the trunk. (check-in: 99a9073b user: dan tags: trunk)
2012-03-03
18:46
Add the xLanguageid method to sqlite3_fts3_tokenizer versions 1 and greater. (Closed-Leaf check-in: f8e9c445 user: dan tags: fts4-languageid)
2012-03-02
19:53
Fix problems with combining content= and languageid= in a single fts4 table. (check-in: 22491e7b user: dan tags: fts4-languageid)
2012-03-01
21:30
Fix a typo in the header comment of sqlite3_commit_hook(). (check-in: 3784d147 user: drh tags: trunk)
19:44
Add the "languageid=" option to fts4. This code is still largely untested and alsmost certainly buggy. (check-in: bea257f7 user: dan tags: fts4-languageid)
18:16
Remove unused #defines from os.h. (check-in: c0891296 user: drh tags: winrt)
2012-02-28
17:57
Fix spurious errors that may occur if an empty database is opened and then initialized as a WAL database by a second connection. (check-in: 16330a2f user: dan tags: trunk)
11:52
Fix a case where an error code was being overwritten in multiplexDelete(). (check-in: c267893a user: dan tags: trunk)

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.

Changes to ext/fts3/fts3_test.c.

Changes to ext/fts3/fts3_tokenizer.c.

Changes to ext/fts3/fts3_tokenizer.h.

Changes to ext/fts3/fts3_write.c.

Added test/fts4langid.test.

Changes to test/permutations.test.