sqlite/ext/fts5/test
2015-04-15 18:49:20 +00:00
..
fts5_common.tcl
fts5aa.test Begin changing fts5 to use a delete flag so that delete markers may be annihilated more quickly. 2015-04-14 20:15:41 +00:00
fts5ab.test Fix some problems with transactions that both read and write an fts5 table. 2015-01-29 20:59:34 +00:00
fts5ac.test Fix some problems with transactions that both read and write an fts5 table. 2015-01-29 20:59:34 +00:00
fts5ad.test Fix some problems with transactions that both read and write an fts5 table. 2015-01-29 20:59:34 +00:00
fts5ae.test Fix the bm25() function so that it multiplies scores by -1 before returning them. This means better matches have a lower numerical score, so "ORDER BY rank" (not "ORDER BY rank DESC") does what you want. 2015-03-07 11:50:31 +00:00
fts5af.test
fts5ag.test
fts5ah.test Begin changing fts5 to use a delete flag so that delete markers may be annihilated more quickly. 2015-04-14 20:15:41 +00:00
fts5ai.test
fts5aj.test
fts5ak.test
fts5al.test
fts5auxdata.test
fts5content.test
fts5corrupt.test Logically store updates as (insert+delete) within the FTS tree. This allows keys to be annihilated more quickly under some circumstances. 2015-04-15 18:49:20 +00:00
fts5ea.test
fts5eb.test
fts5fault1.test
fts5near.test
fts5optimize.test
fts5porter.test
fts5prefix.test
fts5rebuild.test
fts5rowid.test
fts5tokenizer.test
fts5unicode2.test
fts5unicode.test