SQLite

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

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

History for ext/fts5/test/fts5ak.test

2024-06-24
18:06
[25e2f8afdc] 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: 4948)
2023-04-06
13:35
[f459a64c9d] part of check-in [857d0f5e16] A prepared statement that aborts due to SQLITE_SCHEMA should not invalidate cursors in other prepared statements that are already running. See forum post cae4367d9b for the original trouble report. (check-in: [857d0f5e16] user: drh branch: trunk, size: 4944)
2019-01-15
18:14
[fc3595f8e6] part of check-in [a5e9cc794f] Handle SQL NULL values without crashing in the fts5 snippet() and highlight() functions. (check-in: [a5e9cc794f] user: dan branch: trunk, size: 4138)
2017-07-07
19:43
[0d41cbf04e] 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: 3981)
2016-01-04
16:19
[fb26389985] part of check-in [3fcf3b1e24] Update more fts5 tests to run in detail=none and detail=column modes as well as the default detail=full. (check-in: [3fcf3b1e24] user: dan branch: fts5-offsets, size: 3982)
2015-01-24
19:57
[7b8c5df96d] 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: 3690)
2015-01-06
19:08
[dc7bcd087d] 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: 3690)
2014-12-29
15:59
Renamed and modified test/fts5ak.test → ext/fts5/test/fts5ak.test. [df2669fb76] part of check-in [7f148edb30] Move all fts5 test files to new directory "ext/fts5/test". (check-in: [7f148edb30] user: dan branch: fts5, size: 3754)