SQLite

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

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

History for ext/fts5/test/fts5rank.test

2024-06-24
18:06
[47c1e8e5d8] 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: 5913)
2023-09-12
18:36
[30f29e278c] part of check-in [cb54c2da52] Fix a use-after-free error in fts5 that could occur when querying the "rank" column immediately after another connection changes its definition. forum post a2dd636330. (check-in: [cb54c2da52] user: dan branch: trunk, size: 5909)
2019-08-20
19:11
[c9fd4a1e36] part of check-in [00e9a8f273] Fix a problem with fts5 "ORDER BY rank" queries when the fts5 table name requires quoting. (check-in: [00e9a8f273] user: dan branch: trunk, size: 5191)
2018-11-07
02:17
[ca50002419] part of check-in [3212733cb6] Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. (check-in: [3212733cb6] user: drh branch: read-only-shadow, size: 4526)
2018-09-03
17:11
[beb1adae7b] part of check-in [f1138a38bd] Ensure that FTS5 queries of the form "WHERE rowid BETWEEN ? AND ? AND tbl MATCH ? ORDER BY rank" do rowid filtering before sorting. (check-in: [f1138a38bd] user: dan branch: trunk, size: 4527)
2017-07-07
19:43
[6e149da77a] 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: 4121)
2017-05-24
15:32
[485e1d7ab8] part of check-in [57a60e959c] Fix harmless compiler warnings in FTS5. (check-in: [57a60e959c] user: mistachkin branch: trunk, size: 4122)
2016-07-21
18:02
[2bdc0c5f22] part of check-in [bf98a2de7e] Add extra test cases to verify the fix in [64ca1a835]. (check-in: [bf98a2de7e] user: dan branch: trunk, size: 4112)
2016-05-30
08:28
[3e55e7eeb4] part of check-in [64ca1a835a] Fix an FTS5 problem (segfault or incorrect query results) with "... MATCH 'x OR y' ORDER BY rank" queries when either token 'x' or 'y' is completely absent from the dataset. (check-in: [64ca1a835a] user: dan branch: trunk, size: 3361)
2015-11-06
12:50
[7e9e64eac7] part of check-in [33e6606f5e] Have fts5 load its configuration from the xConnect() method is invoked. This ensures that the very first query run uses the correct value of the 'rank' option. (check-in: [33e6606f5e] user: dan branch: trunk, size: 2440)
2015-06-25
20:36
[11dcebba31] part of check-in [3175220747] Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined. (check-in: [3175220747] user: dan branch: fts5, size: 1223)
2015-04-29
20:54
Added: [f59a6b20ec] part of check-in [c1f07a3aa9] Improve fts5 tests. (check-in: [c1f07a3aa9] user: dan branch: fts5, size: 1127)