Historial de Commits

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