SQLite

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

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

History for ext/fts5/test/fts5synonym.test

2024-06-24
18:06
[becc8cea6c] 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: 13185)
2017-07-07
19:43
[1651815b80] 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: 13181)
2017-01-23
07:06
[f964f9a985] part of check-in [03c601344e] Fix a problem preventing FTS5 from correctly passing the FTS5_TOKENIZE_PREFIX flag to custom tokenizer implementations. (check-in: [03c601344e] user: dan branch: trunk, size: 13182)
2016-01-16
18:58
[6475d189c2] part of check-in [de77d6026e] Add further tests for fts5. Fix some problems with detail=col mode and auxiliary functions. (check-in: [de77d6026e] user: dan branch: trunk, size: 13196)
2015-09-03
11:00
[cf88c0a56d] part of check-in [11b887b15e] Fix the fts5 integrity-check so that it works with columnsize=0 tables. (check-in: [11b887b15e] user: dan branch: fts5-incompatible, size: 13829)
10:27
[e9ef0e6d59] part of check-in [399932a181] Fix a memory leak in fts5_expr.c. (check-in: [399932a181] user: dan branch: fts5-incompatible, size: 13385)
2015-09-02
19:48
[4b6387dcc1] part of check-in [bdedd838bb] Further tests to raise coverage of fts5 synonym code to 100%. Fix a dropped error code in the same. (check-in: [bdedd838bb] user: dan branch: fts5-incompatible, size: 12573)
18:56
[4bc555107a] part of check-in [f2e590700d] Fix an issue with fts5 synonyms and NEAR(...) queries. (check-in: [f2e590700d] user: dan branch: fts5-incompatible, size: 12302)
17:34
[88efc3de51] part of check-in [a4c35fa2c9] Fix a problem with fts5 synonyms and phrase queries. Also fix an OOM handling bug in fts5. (check-in: [a4c35fa2c9] user: dan branch: fts5-incompatible, size: 11894)
14:17
[dd3c901634] part of check-in [11fa980897] Fix a problem handling OOM conditions within fts5 queries that feature synonyms. (check-in: [11fa980897] user: dan branch: fts5-incompatible, size: 11400)
08:22
[fd66afccec] part of check-in [cf3e45e76d] Fix a problem with fts5 synonyms and the xQueryPhrase() auxiliary function API. (check-in: [cf3e45e76d] user: dan branch: fts5-incompatible, size: 11927)
2015-09-01
18:44
[4321e59c29] part of check-in [cd359550bd] Fix a problem that occurs when more than 4 synonyms for a term appear within a single row. (check-in: [cd359550bd] user: dan branch: fts5-incompatible, size: 11314)
18:08
[a2b0fb9a58] part of check-in [dbcb73802b] Add tests for fts5 synonyms implemented by adding extra terms to queries. And fixes for the same. (check-in: [dbcb73802b] user: dan branch: fts5-incompatible, size: 7869)
2015-08-31
20:06
[3343a05f7b] part of check-in [ad7feaed4c] Begin changes to allow synonym support by adding multiple terms to a query (an alternative to adding multiple terms to the FTS index). (check-in: [ad7feaed4c] user: dan branch: fts5-incompatible, size: 5650)
2015-08-29
18:46
Added: [6f1cfa5022] part of check-in [98d07d16ca] Add a test for an fts5 tokenizer that supports synonyms by adding multiple entries to the fts index. (check-in: [98d07d16ca] user: dan branch: fts5-incompatible, size: 4860)