SQLite

All files named ”test/spellfix.test”
Login

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

History for test/spellfix.test

2018-02-14
14:13
[951a6405d4] part of check-in [b76ec7cb58] Try to optimize spellfix1 by storing a NULL in the k1 column of %_vocab if it would otherwise have the same value as the word column. (check-in: [b76ec7cb58] user: drh branch: trunk, size: 14975)
2016-02-05
16:46
[f9c1f431e2] part of check-in [a6b3527323] From test scripts, remove stray "breakpoint" commands and blank lines at the ends of files. (check-in: [a6b3527323] user: drh branch: trunk, size: 14960)
2015-06-24
17:21
[0597065ff5] part of check-in [1d04def785] Add "ON CONFLICT" handling to the spellfix module. (check-in: [1d04def785] user: dan branch: spellfix-constraints, size: 14961)
2014-08-22
11:11
[24f676831a] part of check-in [369c480cda] Enhance the spellfix extension with the ability to specify a rowid when inserting new rows. (check-in: [369c480cda] user: drh branch: trunk, size: 11115)
2014-01-27
08:48
[61309f5efb] part of check-in [08acfc6587] Fix some problems in test scripts. No code changes. (check-in: [08acfc6587] user: dan branch: trunk, size: 10625)
2014-01-22
17:43
[674db5da8b] part of check-in [a0ba55ff05] Update the spellfix virtual table to optimize queries of the form "SELECT ... FROM tbl WHERE rowid=?". (check-in: [a0ba55ff05] user: dan branch: trunk, size: 10545)
2013-09-28
13:28
[8c40b169b1] part of check-in [59b9fa2236] In the nextchar.c extension, allow the second argument to the next_char() function to be a subquery. (check-in: [59b9fa2236] user: drh branch: trunk, size: 9285)
2013-07-08
01:27
[38246facf7] part of check-in [9415db6ef2] Add an optional 5th parameter to the next_char() function that is the collating sequence to use for comparison. (check-in: [9415db6ef2] user: drh branch: trunk, size: 9194)
2013-04-25
19:31
[bea537caf5] part of check-in [56b9a417f5] Added the nextchar.c extension. Minor changes to the spellfix.c extension so that it can be appended to an amalgamation and compiled without duplicating symbols. (check-in: [56b9a417f5] user: drh branch: trunk, size: 8713)
14:59
[a85915ab25] part of check-in [de556add10] Move the test_spellfix.c module to ext/misc/spellfix.c. (check-in: [de556add10] user: drh branch: std-ext, size: 8255)
2013-02-19
11:51
[52ae2680b1] part of check-in [89d6368250] Add the edit_cost_table= command to the spellfix1 virtual table, permitting the edit distance cost table to be changed at runtime. (check-in: [89d6368250] user: drh branch: trunk, size: 8249)
2012-08-31
14:55
[2953e9da0e] part of check-in [7536101317] In the spellfix phonehash() function, add letter W into the same character class as V. (check-in: [7536101317] user: drh branch: trunk, size: 7192)
2012-08-15
16:43
[4e33992058] part of check-in [31c07db256] Changes to the spellfix test script to make the results deterministic. (check-in: [31c07db256] user: drh branch: trunk, size: 7190)
2012-08-14
17:29
[8bdb52dc61] part of check-in [6954fef006] Update the spellfix virtual table to the latest development code. (check-in: [6954fef006] user: drh branch: trunk, size: 7156)
2012-08-07
14:18
[5af977d1a1] part of check-in [26428b459b] Do not run test script spellfix.test if SQLITE_OMIT_VIRTUAL_TABLE is defined. Fix walro.test so that it works if DEFAULT_AUTOVACUUM is defined. (check-in: [26428b459b] user: dan branch: trunk, size: 7133)
2012-07-13
19:26
Added: [936be6f7ba] part of check-in [f24b9d87f6] Add the "matchlen" column to the spellfix1 virtual table. (check-in: [f24b9d87f6] user: dan branch: spellfix-matchlen, size: 7091)
2012-07-12
19:43
Added: [2c0d3e1995] part of check-in [4a582c4d30] Add the "matchlen" column to the spellfix virtual table. (check-in: [4a582c4d30] user: dan branch: spellfix-matchlen, size: 4421)