aboutsummaryrefslogtreecommitdiff
path: root/test/fts3snippet.test
Commit message (Collapse)AuthorAge
* Add assert() statements and reorganize code slightly in fts3 and fts5 to ↵dan2024-08-08
| | | | | make it easier to follow. FossilOrigin-Name: 797b0a13fd7a42b0a48ecbf0cd1961aa932da3e9c9ccffd903a3a4d963d0cc54
* Move some new test cases from fts3snippet.test into fts3snippet2.test.drh2020-05-15
| | | FossilOrigin-Name: fa203999944133941a38e5c858f1f66fc1ef4d2f33222ab81cbf4e3fc1539f1c
* Fix an instance of an undefined behaviour (a left-shift of a 64-bit unsigned ↵dan2020-01-07
| | | | | integer by a value greater than 64) that could occur in fts3. FossilOrigin-Name: e1f12978b53683114ab0ef0e84a14dd4fabc72750b214aac19cd9da22a582a27
* Fix a broken assert() in the fts3 snippet code that was failing for queries ↵dan2019-08-21
| | | | | containging more than 64 phrases. FossilOrigin-Name: 4c01e0170e113ad052b6c3980beb4be9f1dc03fb3cf34132b90e8b82b23f654e
* Fix problems causing undefined left-shift operations in the fts3 snippet()dan2019-01-18
| | | | | function. FossilOrigin-Name: b90dbaed3092236e97f9796fa63989a3648060e16189e1267c430f4a7e799fac
* Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test casesdrh2018-11-07
| | | | | so that they work with DEFENSIVE enabled. FossilOrigin-Name: 3212733cb6d1a59516d67a86df7c7b1d2456a1b2e5d7080c26b0e87b2609c65d
* Enable DEFENSIVE mode by default for tests. This requires lots of case ofdrh2018-11-06
| | | | | | | turning DEFENSIVE off in order to dodgy things to the database for testing purposes. No all of those cases are yet handled, so "make test" does not run to completion. FossilOrigin-Name: a1d6c6712c3304fd736077432c8c180692cf7d79be7f3a073510b6dab0eb951f
* From test scripts, remove stray "breakpoint" commands and blank linesdrh2016-02-05
| | | | | at the ends of files. FossilOrigin-Name: a6b35273239669189f33402144f58328b133d182
* Fix a problem causing an assert() to fail if a snippet containing 0 tokens ↵dan2015-04-15
| | | | | was requested from fts3. FossilOrigin-Name: eafd0a1e3f25f38d551603f177ff4634cf79de77
* Fix a bug in the fts3 snippet() function causing it to omit leading ↵dan2015-01-27
| | | | | separator characters from snippets that begin with the first token in a column. FossilOrigin-Name: adc9283dd9bc3a6463f8c4fe23dd58a3712c349d
* Fix a performance problem in the FTS4 auxiliary functions triggered by an OR ↵dan2013-09-30
| | | | | clause in the full-text query. FossilOrigin-Name: fa0f2f0e3e79ae653118b901e1cca7725dfaf249
* Fix test cases for the new EXPLAIN QUERY PLAN format. Add thedrh2013-06-10
| | | | | wherecosttest tool. Other fixes to logarithm cost. FossilOrigin-Name: aa580e368e3c398b8377b80342dfdd906324c248
* Add retry logic for AV defense to winOpen. Also, refactor test suite to ↵mistachkin2011-08-02
| | | | | allow the key Tcl file operations (e.g. copy and delete) to be retried. FossilOrigin-Name: 9007586fdabed8dbcc78581ea9821cfd1f9a4c8c
* Test coverage improvements for fts3.c.dan2010-10-25
| | | FossilOrigin-Name: a8b1d99899678b72c2a487909eabed321593d55f
* Fix a few typos. Update evidence marks.shaneh2010-09-02
| | | FossilOrigin-Name: c90a68b77e03bb351a7781f1b9dea38f5f571dcf
* Allow statements like "REPLACE INTO tbl(rowid) VALUES(...)" to run without a ↵dan2010-02-18
| | | | | statement journal as long as there are no triggers, foreign keys or indexes. FossilOrigin-Name: 0e4225804010cb0e3f254e2dbffc4fe0e7d982ce
* Fix a segfault in fts3 that may occur if the snippet, offsets or matchinfo ↵dan2010-02-10
| | | | | functions are used in a query that does not contain a MATCH clause. FossilOrigin-Name: 14ab536a96f81595ab8c3dcd4b72075f1a827c8b
* Fix a problem with handling OOM errors in fts3.dan2010-01-20
| | | FossilOrigin-Name: f9c54e95ecf1c36c4750bb151e91d81c1d1bd596
* Fix test numbering in fts3snippet.test.dan2010-01-15
| | | FossilOrigin-Name: 34f6854685f00158bc536dd53ac5bc20e19fe071
* Add coverage tests for fts3_snippet.c. Also fixes related to the same.dan2010-01-15
| | | FossilOrigin-Name: 5e9d8ccae9731f380527463ef87ddcd216b4b721
* Fixes to problems in FTS3 snippet() function found by th3 tests.dan2010-01-07
| | | FossilOrigin-Name: 3b5ccd2682176929f4da8a3f39a7e8f58b179f18
* Change the fts3 snippet function to return (hopefully) more relevant ↵dan2010-01-06
snippets in less time. FossilOrigin-Name: 8a208223a74d451f60d9cd707d63fb7d157d1737