SQLite

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

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

History for ext/fts5/test/fts5simple3.test

2025-02-27
21:17
[4e03b82e66] part of check-in [f50c21484d] Approximately 100 typo corrections spanning the whole tree, submitted via forum post 0db9827f0464bc33 and individually audited and verified. Affects only code comments, innocuous test strings, error message text in tool (not library) code, and configure-level help text. (check-in: [f50c21484d] user: stephan branch: trunk, size: 2966)
2024-06-24
18:06
[146ec3dc8f] 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: 2965)
2020-07-29
16:18
[18a98cb392] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 2962)
2017-07-07
19:43
[d5c74a9d3c] 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: 2961)
2016-11-14
08:19
[25faa8cb8a] part of check-in [e78f6f3bbf] Fix an fts5 problem causing a crash in phrase queries where the first token of the phrase matches one or more rows but some other token within the phrase matches zero. (check-in: [e78f6f3bbf] user: dan branch: trunk, size: 2962)
2016-03-29
21:19
[9508bbfce6] part of check-in [7635c68018] Fix some code and test coverage issues in fts5_index.c. (check-in: [7635c68018] user: dan branch: fts5, size: 3232)
2016-03-28
14:57
[5e00bc009a] part of check-in [d0a3853b37] Open a statement transaction for "CREATE VIRTUAL TABLE" statements in order to ensure that if the xCreate() call fails, changes made to the sqlite_master and possibly other tables are rolled back. (check-in: [d0a3853b37] user: dan branch: vcreate-stmt, size: 2479)
2016-02-02
21:19
[8e71733b3d] part of check-in [063755c815] Add tests to restore full coverage of fts5 code. (check-in: [063755c815] user: dan branch: trunk, size: 1996)
2016-01-26
19:30
Added: [e671b36bc4] part of check-in [249a2d070c] Improve the performance of fts5 column filters on detail=col tables. (check-in: [249a2d070c] user: dan branch: fts5-perf, size: 1017)