SQLite

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

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

History for ext/fts5/test/fts5ab.test

2024-06-24
18:06
[4bdb619fee] 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: 7781)
2023-05-15
17:14
[bd932720c7] part of check-in [0e5c1ee40a] Limit the number of nested NOT nodes in an fts5 expression to 256. (check-in: [0e5c1ee40a] user: dan branch: fts5-expr-limit, size: 7777)
2017-07-07
19:43
[9205c83933] 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: 7694)
2016-01-02
19:01
[30325a8945] 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: 7695)
2015-04-25
18:56
[6fe3a56731] part of check-in [e748651c94] Add tests for fts5. (check-in: [e748651c94] user: dan branch: fts5, size: 7417)
2015-01-29
20:59
[5da2e92a80] 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: 7008)
2015-01-24
19:57
[1277692885] 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: 6886)
2015-01-22
19:13
[3f3ad2fb9e] part of check-in [5b29589715] Add further tests and fixes for fts5. (check-in: [5b29589715] user: dan branch: fts5, size: 6315)
2015-01-06
19:08
[91a3faac09] 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: 4166)
2014-12-29
15:59
Renamed and modified test/fts5ab.test → ext/fts5/test/fts5ab.test. [7a58a954ca] part of check-in [7f148edb30] Move all fts5 test files to new directory "ext/fts5/test". (check-in: [7f148edb30] user: dan branch: fts5, size: 4230)