Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/fts5/test/fts5ae.test
2024-06-24
| ||
18:06 | [3d49edbd50] 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: 7755) | |
2017-07-07
| ||
19:43 | [1142d16d9c] 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: 7751) | |
2016-01-02
| ||
19:01 | [612dcb51f4] 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: 7752) | |
2015-08-05
| ||
19:35 | [0a9984fc34] part of check-in [9e3aafe44a] Add tests for the matchinfo-like test function. Fix problems found in test and fts5 code by doing so. (check-in: [9e3aafe44a] user: dan branch: trunk, size: 7492) | |
2015-06-09
| ||
20:58 | [ddc558e3e3] part of check-in [aa12f9d9b7] Add the "columnsize=" option to fts5, similar to fts4's "matchinfo=fts3". (check-in: [aa12f9d9b7] user: dan branch: fts5, size: 6987) | |
2015-03-07
| ||
11:50 | [9175201baf] part of check-in [3ee7b5a9f9] 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. (check-in: [3ee7b5a9f9] user: dan branch: fts5, size: 6987) | |
2015-01-24
| ||
19:57 | [347c96db06] 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: 7002) | |
2015-01-06
| ||
19:08 | [014d5be2f5] 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: 7002) | |
2014-12-29
| ||
15:59 | Renamed and modified test/fts5ae.test → ext/fts5/test/fts5ae.test. [e576e64601] part of check-in [7f148edb30] Move all fts5 test files to new directory "ext/fts5/test". (check-in: [7f148edb30] user: dan branch: fts5, size: 7066) | |