SQLite

Changes On Branch spellfix-matchlen
Login

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

Changes In Branch spellfix-matchlen Excluding Merge-Ins

This is equivalent to a diff from 4353e40b to f96d4e7b

2012-07-16
23:13
Merge the spellfix1 changes for supporting matchlen into trunk. (check-in: 6f167adf user: drh tags: trunk)
22:16
Fix compiler warnings about unused code in spellfix. Fix the editDist3Core() routine to return the matchlen in characters instead of bytes. (Closed-Leaf check-in: f96d4e7b user: drh tags: spellfix-matchlen)
14:52
Fix a bug in the phonetic-hash routine in spellfix1: Even if the first character of a word is deemed to be "silent", do not apply the special handling intended for the first character of each word to the second. (check-in: 6333b42d user: dan tags: spellfix-matchlen)
10:25
Merge trunk changes. (check-in: 90df64ab user: dan tags: spellfix-matchlen)
10:06
If a specific database is nominated as part of a "PRAGMA integrity_check" or "PRAGMA quick_check" command, search for problems in the nominated database only. i.e. "PRAGMA main.quick_check" now only scans the main database, not all attached databases as before. (check-in: 4353e40b user: dan tags: trunk)
2012-07-13
16:15
Update test_spellfix.c with latest changes. (check-in: cba2a658 user: dan tags: trunk)

Changes to src/test8.c.

Changes to src/test_spellfix.c.

Added test/spellfix.test.