dan
|
0cd2ffffb7
Fix the fts5 trigram tokenizer so that it handles non-nul-terminated strings.
|
преди 1 месец |
drh
|
c6a6f1507c
Fix harmless compiler warnings.
|
преди 1 месец |
drh
|
6d05f9af81
Fix build errors in fts5_tcl.c on Mac.
|
преди 1 месец |
dan
|
346f1e0ed9
Fix test code added by [ba358d26].
|
преди 1 месец |
dan
|
59b4f75e0f
Add test case for fts5 trigram tokenizer.
|
преди 2 месеца |
dan
|
3c39f1f5d6
Add test code to drop an fts5 table with corrupt records in its shadow tables.
|
преди 4 месеца |
dan
|
db79dd1f88
Add tests to restore coverage of fts5_main.c.
|
преди 4 месеца |
dan
|
1286677773
Update the auxiliary function API to include xTokenize_x2() instead of xSetLocale().
|
преди 4 месеца |
dan
|
9b118de9d5
Merge trunk changes into this branch.
|
преди 4 месеца |
dan
|
7978910f85
Fix an uninitialized variable in fts5_tcl.c.
|
преди 4 месеца |
dan
|
ff6ab9dd2b
Update the fts5_tokenizer_v2 API so that the locale is passed as parameter to xTokenize(), instead of via a separate call to xSetLocale().
|
преди 4 месеца |
dan
|
5eba4281b0
Ensure tokenizers registered with xCreateTokenizer_v2() can be accessed using xFindTokenizer(), and that those registered with xCreateTokenizer() work with xFindTokenizer_v2().
|
преди 4 месеца |
drh
|
064b681e9b
First attempt at getting the build to work with Tcl 9.0.
|
преди 4 месеца |
dan
|
8f14c45197
Fix xColumnText() and xColumnSize() APIs. Add xColumnLocale() and xTokenizeSetLocale().
|
преди 4 месеца |
dan
|
b4afecc626
Fix a couple of asan problems on this branch.
|
преди 4 месеца |
dan
|
2ec78c0e4b
Add the fts5_locale() function, and begin adding the related functionality to fts5.
|
преди 5 месеца |
mistachkin
|
3ab9c021ff
Fix harmless compiler warnings seen with MSVC.
|
преди 10 месеца |
dan
|
50b0e25a55
Add implementation of xInstToken() API.
|
преди 1 година |
dan
|
e108029332
Add new fts5 API xQueryToken().
|
преди 1 година |
dan
|
a35ae44150
Changes so that fts5 can handle tokens with embedded '\0' bytes.
|
преди 1 година |
dan
|
acbae3ba10
Add "#ifdef SQLITE_DEBUG" blocks around test variables sqlite3_fts5_may_be_corrupt and sqlite3_fts3_may_be_corrupt.
|
преди 3 години |
drh
|
2d9e8c55da
Fix compiler warning in the FTS5 test interface.
|
преди 7 години |
dan
|
4bd387495f
Fix a test problem causing an error in fts5fault9.test.
|
преди 7 години |
mistachkin
|
9a5efdec70
Fix compiler warnings.
|
преди 7 години |
drh
|
22930062d5
Add a destructor argument to sqlite3_bind_pointer()
|
преди 7 години |
drh
|
72495b44e0
Improved the interface to the fts5() extension mechanism for enhanced
|
преди 7 години |
mistachkin
|
c08556844e
Add macro necessary for building several extensions when the __stdcall calling convention is not in use.
|
преди 8 години |
mistachkin
|
2d45d7bfab
Missed a couple Tcl command deletion callbacks.
|
преди 8 години |
mistachkin
|
afe18262b4
Use the SQLITE_TCLAPI macro in several extensions that were missed in the previous check-in.
|
преди 8 години |
mistachkin
|
52b1dbb5fc
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention.
|
преди 8 години |