SQLite

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

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

History for ext/fts5/test/fts5al.test

2024-08-15
18:50
[f0e6556067] part of check-in [d27985245a] Further tests and fixes for this branch. (check-in: [d27985245a] user: dan branch: fts5-locale, size: 7910)
2024-06-24
18:06
[842c50fd9b] 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: 7622)
2017-07-07
19:43
[00c4c1c6a1] 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: 7618)
2016-01-04
16:19
[18c277f598] 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: 7639)
2015-10-03
15:38
[a1b7b63933] part of check-in [41d17d9e24] Update fts5 to support the table function syntax. "... FROM fts5_tbl WHERE fts5_tbl MATCH ?1 AND rank MATCH ?1" can now be written "FROM fts5_tbl(?1, ?2)". (check-in: [41d17d9e24] user: dan branch: trunk, size: 7409)
2015-09-10
16:39
[5c79525671] part of check-in [99de5e3613] Increment the fts5 version value to indicate that the on-disk format has changed. (check-in: [99de5e3613] user: dan branch: fts5-incompatible, size: 7133)
2015-07-27
12:19
[440d77c0b3] part of check-in [9f1dcdc3e1] Merge the fts5-btree-index branch with this one. FTS5 changes only. (check-in: [9f1dcdc3e1] user: dan branch: trunk, size: 7133)
2015-05-13
17:15
[fc60ebeac9] part of check-in [aa34bf666c] Change fts5 doclist-index structures to be trees instead of flat lists. This only makes a difference for databases that contain millions of instances of the same token. (check-in: [aa34bf666c] user: dan branch: fts5, size: 7133)
2015-05-07
19:29
[8cde0a064f] part of check-in [a684b5e2d9] Change to storing all keys in a single merge-tree structure instead of one main structure and a separate one for each prefix index. This is a file-format change. Also introduce a mechanism for managing file-format changes. (check-in: [a684b5e2d9] user: dan branch: fts5, size: 7133)
2015-04-29
20:54
[e6bddd2c11] part of check-in [c1f07a3aa9] Improve fts5 tests. (check-in: [c1f07a3aa9] user: dan branch: fts5, size: 7104)
2015-01-24
19:57
[6a5717faaf] 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: 6850)
2015-01-06
19:08
[633fdb3d97] 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: 6842)
2015-01-02
14:55
[bc873766fe] part of check-in [1cd15a1759] Allow the rank column to be remapped on a per-query basis by including a term similar to "rank match 'bm25(10,2)'" in a where clause. (check-in: [1cd15a1759] user: dan branch: fts5, size: 6906)
2014-12-29
15:59
Renamed and modified test/fts5al.test → ext/fts5/test/fts5al.test. [c055f1d682] part of check-in [7f148edb30] Move all fts5 test files to new directory "ext/fts5/test". (check-in: [7f148edb30] user: dan branch: fts5, size: 5656)