drh
|
780187f090
Get rid of "-encoding binary" across all test cases, as that is no longer
|
4 months ago |
dan
|
105c20648e
Fix an incorrect tcl comment that appeared in many fts5 test files.
|
5 months ago |
drh
|
961c2a9f36
Add the xIntegrity method to the sqlite3_module object. Implement this
|
1 year ago |
drh
|
0f0d3ddf71
Enable DEFENSIVE mode by default for tests. This requires lots of case of
|
6 years ago |
drh
|
a690ff360b
Change the error message text for SQLITE_ERROR to omit the part about
|
7 years ago |
dan
|
460d38f15e
Fix an fts5 problem with corrupt database handling found by address-sanitizer.
|
8 years ago |
dan
|
56c8634853
Fix a segfault in fts5 that could occur if the database contents were corrupt.
|
9 years ago |
dan
|
3e65f89ef6
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
9 years ago |
dan
|
09963b27b8
Improve test coverage of fts5_storage.c.
|
9 years ago |
dan
|
369e4129b9
Improve test coverage of fts5_index.c.
|
9 years ago |
dan
|
415ae725cb
Add test cases. And some fixes.
|
9 years ago |
dan
|
23d538885e
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.
|
9 years ago |
dan
|
4591334dd4
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.
|
9 years ago |
dan
|
b33e64c83e
Add tests for fts5.
|
9 years ago |
dan
|
def90aae18
Add extra tests for corrupt database handling in fts5.
|
9 years ago |