/ Changes On Branch translit-tokenizer
Login

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

Changes In Branch translit-tokenizer Excluding Merge-Ins

This is equivalent to a diff from 1e51bffe77 to 7b6de5c35d

2012-05-04
13:22
Minor tweaks to the hebrew transliteration tables. (Leaf check-in: 7b6de5c35d user: drh tags: translit-tokenizer)
02:58
Add an experimental tokenizer to FTS3/4: one that transliterates latin, greek, cyrillic, and hebrew characters into pure ascii. (check-in: 930115693a user: drh tags: translit-tokenizer)
2012-05-01
14:21
Update a test in io.test to account for [05f98d4eec]. (check-in: bfa61e781c user: dan tags: trunk)
2012-04-27
16:38
Fix a minor deviation from the coding style guidelines. (check-in: 1e51bffe77 user: drh tags: trunk)
01:09
Enhance the processing of ORDER BY clauses on compound queries to better match terms of the order by against expressions in the result set, in order to enable better query optimization. (check-in: a49e909c87 user: drh tags: trunk)

Changes to Makefile.in.

Changes to ext/fts3/README.tokenizers.

Changes to ext/fts3/fts3.c.

Added ext/fts3/fts3_tokenizer2.c.

Added ext/fts3/translit01.tcl.

Changes to main.mk.

Added test/fts3translit01.test.

Changes to tool/mksqlite3c.tcl.