SQLite

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

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

History for ext/fts5/test/fts5auto.test

2024-06-24
18:06
[2278de3231] 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: 14038)
2017-07-07
19:43
[78989e6527] 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: 14034)
2016-01-05
21:04
[401c20e89f] part of check-in [fd217fdb39] Rationalize and extend some fts5 test code. Fix bugs revealed by the same. (check-in: [fd217fdb39] user: dan branch: fts5-offsets, size: 14035)
2015-12-21
18:45
[2a62416736] 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: 14659)
2015-06-03
11:23
[caa5bcf917] part of check-in [4ea015ab98] Fix an fts5 problem in extracting columns from position lists containing large varints. (check-in: [4ea015ab98] user: dan branch: fts5, size: 14670)
2015-06-02
19:38
[3cef6f63c3] part of check-in [ab85a6fc4f] Change the fts5 multi-column syntax to use parenthesis instead of square brackets. (check-in: [ab85a6fc4f] user: dan branch: fts5, size: 13517)
17:57
[0428612043] part of check-in [80fe305b3e] Reimplement [ec69e09a] so that each call to the xNext() method does not involve two iterations of the match expression tree (only one). (check-in: [80fe305b3e] user: dan branch: fts5, size: 13517)
2015-06-01
09:15
[3810c1c492] part of check-in [ec69e09a55] Change fts5 expression processing to avoid linear scans of long doclists caused by phrases that match specific columns only. (check-in: [ec69e09a55] user: dan branch: fts5, size: 13485)
2015-05-29
19:00
Added: [62e62fa7d6] part of check-in [ae6794ffa2] Add extra tests and fixes for multi-column matches. (check-in: [ae6794ffa2] user: dan branch: fts5, size: 12859)