index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
fts3snippet.test
Commit message (
Expand
)
Author
Age
*
Add assert() statements and reorganize code slightly in fts3 and fts5 to make...
dan
2024-08-08
*
Move some new test cases from fts3snippet.test into fts3snippet2.test.
drh
2020-05-15
*
Fix an instance of an undefined behaviour (a left-shift of a 64-bit unsigned ...
dan
2020-01-07
*
Fix a broken assert() in the fts3 snippet code that was failing for queries c...
dan
2019-08-21
*
Fix problems causing undefined left-shift operations in the fts3 snippet()
dan
2019-01-18
*
Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases
drh
2018-11-07
*
Enable DEFENSIVE mode by default for tests. This requires lots of case of
drh
2018-11-06
*
From test scripts, remove stray "breakpoint" commands and blank lines
drh
2016-02-05
*
Fix a problem causing an assert() to fail if a snippet containing 0 tokens wa...
dan
2015-04-15
*
Fix a bug in the fts3 snippet() function causing it to omit leading separator...
dan
2015-01-27
*
Fix a performance problem in the FTS4 auxiliary functions triggered by an OR ...
dan
2013-09-30
*
Fix test cases for the new EXPLAIN QUERY PLAN format. Add the
drh
2013-06-10
*
Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...
mistachkin
2011-08-02
*
Test coverage improvements for fts3.c.
dan
2010-10-25
*
Fix a few typos. Update evidence marks.
shaneh
2010-09-02
*
Allow statements like "REPLACE INTO tbl(rowid) VALUES(...)" to run without a ...
dan
2010-02-18
*
Fix a segfault in fts3 that may occur if the snippet, offsets or matchinfo fu...
dan
2010-02-10
*
Fix a problem with handling OOM errors in fts3.
dan
2010-01-20
*
Fix test numbering in fts3snippet.test.
dan
2010-01-15
*
Add coverage tests for fts3_snippet.c. Also fixes related to the same.
dan
2010-01-15
*
Fixes to problems in FTS3 snippet() function found by th3 tests.
dan
2010-01-07
*
Change the fts3 snippet function to return (hopefully) more relevant snippets...
dan
2010-01-06