dan
|
105c20648e
Fix an incorrect tcl comment that appeared in many fts5 test files.
|
6 mēneši atpakaļ |
dan
|
5f708cc832
Fix a problem with the fts5 snippet() function that shows up when snippets just 1 token in length are requested.
|
1 gadu atpakaļ |
dan
|
76c3ae6848
Fix a broken assert() in fts5 that could fail if the snippet() function were used with a query phrase containing 0 tokens on a detail=none or detail=col table.
|
3 gadi atpakaļ |
dan
|
c8f44d245c
Fix crashes that could occur if SQL NULL values were passed to the built-in
|
7 gadi atpakaļ |
drh
|
a690ff360b
Change the error message text for SQLITE_ERROR to omit the part about
|
7 gadi atpakaļ |
dan
|
37ff4d4c77
Fix a bug in the fts5 snippet function causing it to return text containing zero phrase instances.
|
8 gadi atpakaļ |
dan
|
783e778f38
Fix other minor problems with the fts5 snippet() function.
|
8 gadi atpakaļ |
dan
|
b39a5ac229
Adjust some tests to account for recent changes to the fts5 snippet function.
|
8 gadi atpakaļ |
dan
|
e7036202bc
Bias the fts5 snippet() function to return snippets that look like they start at the start of sentences.
|
8 gadi atpakaļ |
dan
|
8c2b1fde58
Fix a problem in the fts5 snippet() auxiliary function.
|
8 gadi atpakaļ |
dan
|
fe0c3cfee1
Changes to run many fts5 tests with detail=none and detail=col tables as well as the default detail=full. Also fixes for the bugs uncovered by running said tests.
|
9 gadi atpakaļ |
dan
|
aacf3d1a3b
Remove the iPos parameter from the tokenizer callback. Fix the "tokenchars" and "separators" options on the simple tokenizer.
|
10 gadi atpakaļ |
dan
|
e716aca24b
Move all fts5 test files to new directory "ext/fts5/test".
|
10 gadi atpakaļ |