SQLite

All files named ”ext/fts5/test/fts5ad.test”
Login

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

History for ext/fts5/test/fts5ad.test

2024-06-24
18:06
[058e616612] part of check-in [d07085e203] Fix an incorrect tcl comment that appeared in many fts5 test files. (check-in: [d07085e203] user: dan branch: trunk, size: 10707)
2017-07-19
18:01
[e8cf959dfc] part of check-in [d14fc621e9] Remove some 'breakpoint' commands in test files. (check-in: [d14fc621e9] user: mistachkin branch: trunk, size: 10703)
2017-07-07
19:43
[fc1dbd6307] part of check-in [732f90d632] Change the error message text for SQLITE_ERROR to omit the part about "missing database" as that meaning is now obsolete (since approx SQLite 2.0). (check-in: [732f90d632] user: drh branch: trunk, size: 10732)
2016-02-05
19:18
[36995f0586] part of check-in [ca91bd8ac7] Further streamlining of fts5 prefix query code. (check-in: [ca91bd8ac7] user: dan branch: trunk, size: 10733)
2016-01-12
19:28
[0ddaa5b692] part of check-in [bc5118f40a] Improve performance of fts5 low level iterators. (check-in: [bc5118f40a] user: dan branch: fts5-offsets, size: 10632)
2016-01-02
19:01
[049f7511a7] part of check-in [6322a1d984] Changes to run many fts5 tests with detail=none and detail=col tables as well as the default detail=full. Also fixes for the bugs uncovered by running said tests. (check-in: [6322a1d984] user: dan branch: fts5-offsets, size: 10667)
2015-12-28
19:55
[0fd1a5bcb5] part of check-in [228b4d10e3] Change the name of the offsets=0 option to "detail=column". Have the xInst, xPhraseFirst and other API functions work by parsing the original text for detail=column tables. (check-in: [228b4d10e3] user: dan branch: fts5-offsets, size: 10914)
2015-12-21
18:45
[21d87b12c7] part of check-in [609a0bc7f3] Fix an fts5 integrity-check problem that affects offsets=0 tables with prefix indexes. (check-in: [609a0bc7f3] user: dan branch: fts5-offsets, size: 10911)
2015-09-05
19:52
[e3dfb150fc] part of check-in [a1f4c3b543] Experiment with a different fts5 leaf page format that allows faster seeks. (check-in: [a1f4c3b543] user: dan branch: fts5-incompatible, size: 10509)
2015-07-06
20:27
[b2edee8b7d] part of check-in [7b7da1eb43] Speed up seek operations on fts5 b-tree structures. (check-in: [7b7da1eb43] user: dan branch: trunk, size: 10422)
2015-05-26
18:22
[312f3c8ed9] part of check-in [aef89d9f6a] Simplifications and minor optimizations to fts5 prefix queries that cannot use a prefix index. (check-in: [aef89d9f6a] user: dan branch: fts5, size: 10421)
2015-01-29
20:59
[2141b0360d] part of check-in [0e225b1535] Fix some problems with transactions that both read and write an fts5 table. (check-in: [0e225b1535] user: dan branch: fts5, size: 10422)
2015-01-24
19:57
[6c970531ca] part of check-in [5206ca6005] Have fts5 store rowids in ascending order. Query speed is virtually the same regardless of rowid order, and ascending order makes some insert optimizations easier. (check-in: [5206ca6005] user: dan branch: fts5, size: 10120)
2015-01-06
19:08
[3b01eec851] part of check-in [65f0262fb8] Remove the iPos parameter from the tokenizer callback. Fix the "tokenchars" and "separators" options on the simple tokenizer. (check-in: [65f0262fb8] user: dan branch: fts5, size: 10118)
2014-12-29
15:59
Renamed and modified test/fts5ad.test → ext/fts5/test/fts5ad.test. [a8311d6ce4] part of check-in [7f148edb30] Move all fts5 test files to new directory "ext/fts5/test". (check-in: [7f148edb30] user: dan branch: fts5, size: 10182)