dan
|
de8aa17eb5
Fix a "applying zero offset to null pointer" usan error in the fts5 trigram tokenizer.
|
il y a 1 mois |
dan
|
0cd2ffffb7
Fix the fts5 trigram tokenizer so that it handles non-nul-terminated strings.
|
il y a 1 mois |
drh
|
4924847cb9
Avoid the possibility of buffer overrun in the READ_UTF8 macro by using
|
il y a 2 mois |
dan
|
b651084713
Add tests to restore coverage of fts5_tokenizer.c.
|
il y a 4 mois |
dan
|
29d5e43ad4
Update the porter tokenizer to use locales.
|
il y a 4 mois |
drh
|
5af9fd53f4
Revision to check-in [d9f726ade6b258f8] so that OOM and other unrelated failures
|
il y a 4 mois |
drh
|
e9b919d550
Improved robustness of parsing of tokenize= arguments in FTS5.
|
il y a 4 mois |
dan
|
32ca0dbcdf
Have fts5 tables delay initializing the tokenizer until it is first used in all cases where the tokenizer is not "trigram".
|
il y a 7 mois |
dan
|
7b0fd0c564
Fix a problem with amalgamation builds on this branch.
|
il y a 1 an |
dan
|
e186fe20f5
Add the "remove_diacritics" option to the fts5 trigram tokenizer.
|
il y a 1 an |
drh
|
d36f588f31
Fix harmless compiler warnings about unused function parameters.
|
il y a 4 ans |
dan
|
95dca8d0cf
FTS5 does not handle tokens that contain embedded nul characters. Prevent the trigram tokenizer from returning such tokens. Fix for [2ba5930b2].
|
il y a 4 ans |
dan
|
ccf578d435
Add tests for the trigram tokenizer. Fix minor issues.
|
il y a 4 ans |
dan
|
33a99fad08
Add experimental unicode-aware trigram tokenizer to fts5. And support for LIKE and GLOB optimizations for fts5 tables that use said tokenizer.
|
il y a 4 ans |
drh
|
3b574e4ea9
Use the 64-bit memory allocator interfaces in extensions, whenever possible.
|
il y a 5 ans |
drh
|
2d77d80a65
Use 64-bit math to compute the sizes of memory allocations in extensions.
|
il y a 6 ans |
drh
|
f9231c34eb
Fix harmless compiler warnings.
|
il y a 6 ans |
dan
|
eefc72d12f
Avoid an undefined left-shift operation in fts5 caused by malformed utf-8
|
il y a 6 ans |
dan
|
b163b57212
Fix problems in fts5 found by ASAN.
|
il y a 6 ans |
dan
|
e89feee5c3
Add the "remove_diacritics=2" option to the unicode61 tokenizer in both FTS5
|
il y a 6 ans |
dan
|
b80bb6ce88
Add the "categories" option to the unicode61 tokenizer in fts5.
|
il y a 6 ans |
dan
|
22e8356368
Handle parser stack overflow when parsing fts5 query expressions. Fix some compiler warnings in fts5 code.
|
il y a 8 ans |
dan
|
e9eb1593f5
Fix an fts5 problem with using both xPhraseFirst() and xPhraseFirstColumn() within a single statement in detail=col mode.
|
il y a 9 ans |
dan
|
3e6a141130
Fix some harmless gcc compiler warnings. Mostly in fts5, but also two in the core code.
|
il y a 9 ans |
mistachkin
|
b9becaa268
Fix even more harmless compiler warnings.
|
il y a 9 ans |
mistachkin
|
cdabd7bd50
Fix harmless compiler warnings.
|
il y a 9 ans |
dan
|
9c671b741c
Further tests to raise coverage of fts5 synonym code to 100%. Fix a dropped error code in the same.
|
il y a 9 ans |
dan
|
ee0c0a8de3
Another change to the fts5 tokenizer API.
|
il y a 9 ans |
dan
|
57e0add3f9
Change the fts5 tokenizer API to allow more than one token to occupy a single position within a document.
|
il y a 9 ans |
dan
|
79e2347fdf
Fix a bug in the fts5 porter tokenizer preventing it from passing xCreate() arguments through to its parent tokenizer.
|
il y a 9 ans |