aboutsummaryrefslogtreecommitdiff
path: root/test/fts3snippet.test
Commit message (Expand)AuthorAge
* Add assert() statements and reorganize code slightly in fts3 and fts5 to make...dan2024-08-08
* Move some new test cases from fts3snippet.test into fts3snippet2.test.drh2020-05-15
* Fix an instance of an undefined behaviour (a left-shift of a 64-bit unsigned ...dan2020-01-07
* Fix a broken assert() in the fts3 snippet code that was failing for queries c...dan2019-08-21
* Fix problems causing undefined left-shift operations in the fts3 snippet()dan2019-01-18
* Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test casesdrh2018-11-07
* Enable DEFENSIVE mode by default for tests. This requires lots of case ofdrh2018-11-06
* From test scripts, remove stray "breakpoint" commands and blank linesdrh2016-02-05
* Fix a problem causing an assert() to fail if a snippet containing 0 tokens wa...dan2015-04-15
* Fix a bug in the fts3 snippet() function causing it to omit leading separator...dan2015-01-27
* Fix a performance problem in the FTS4 auxiliary functions triggered by an OR ...dan2013-09-30
* Fix test cases for the new EXPLAIN QUERY PLAN format. Add thedrh2013-06-10
* Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...mistachkin2011-08-02
* Test coverage improvements for fts3.c.dan2010-10-25
* Fix a few typos. Update evidence marks.shaneh2010-09-02
* Allow statements like "REPLACE INTO tbl(rowid) VALUES(...)" to run without a ...dan2010-02-18
* Fix a segfault in fts3 that may occur if the snippet, offsets or matchinfo fu...dan2010-02-10
* Fix a problem with handling OOM errors in fts3.dan2010-01-20
* Fix test numbering in fts3snippet.test.dan2010-01-15
* Add coverage tests for fts3_snippet.c. Also fixes related to the same.dan2010-01-15
* Fixes to problems in FTS3 snippet() function found by th3 tests.dan2010-01-07
* Change the fts3 snippet function to return (hopefully) more relevant snippets...dan2010-01-06