dan
|
105c20648e
Fix an incorrect tcl comment that appeared in many fts5 test files.
|
6 months ago |
drh
|
a690ff360b
Change the error message text for SQLITE_ERROR to omit the part about
|
7 years ago |
dan
|
10e1535dee
Rationalize and extend some fts5 test code. Fix bugs revealed by the same.
|
9 years ago |
dan
|
159fd77e0f
Fix an fts5 integrity-check problem that affects offsets=0 tables with prefix indexes.
|
9 years ago |
dan
|
6f277eb6bc
Fix an fts5 problem in extracting columns from position lists containing large varints.
|
9 years ago |
dan
|
f67bb4a21b
Change the fts5 multi-column syntax to use parenthesis instead of square brackets.
|
9 years ago |
dan
|
dbef6e752e
Reimplement [ec69e09a] so that each call to the xNext() method does not involve two iterations of the match expression tree (only one).
|
9 years ago |
dan
|
34efc82eed
Change fts5 expression processing to avoid linear scans of long doclists caused by phrases that match specific columns only.
|
9 years ago |
dan
|
a8c024905c
Add extra tests and fixes for multi-column matches.
|
9 years ago |