Historie revizí

Autor SHA1 Zpráva Datum
  dan 408a34925d Merge trunk changes into this branch. před 3 měsíci
  dan ef2401f669 Tests to improve coverage of fts5_expr.c. před 3 měsíci
  dan 8ff952773d Fix an assert() in fts5 that might fail with an expression like "... NOT ''". před 3 měsíci
  dan 10e54e365a Fix further issues to do with fts5 locale support. před 3 měsíci
  dan 9b118de9d5 Merge trunk changes into this branch. před 3 měsíci
  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(). před 3 měsíci
  dan 679f5d458e Add assert() statements and reorganize code slightly in fts3 and fts5 to make it easier to follow. před 3 měsíci
  dan 5cd01c30b4 Fix a broken assert in fts5_expr.c. před 3 měsíci
  drh 3d24637325 Add assert() statements to FTS5 to hush-up warnings from scan-build. před 4 měsíci
  dan fdda1cbe0c Fix some problems with calling fts5 api functions from within non-full-text queries. před 5 měsíci
  dan 0e7a7e57cc Fix a crash in fts5 that could occur within "PRAGMA integrity_check" if the specified tokenizer was unknown. před 6 měsíci
  dan 32ca0dbcdf Have fts5 tables delay initializing the tokenizer until it is first used in all cases where the tokenizer is not "trigram". před 6 měsíci
  drh 42203e1b75 Fix harmless compiler warnings in FTS5. před 11 měsíci
  dan d82320ac9a Ensure that the xColumnText(), xQueryPhrase() and xPhraseFirstColumn() APIs all return SQLITE_RANGE if they are passed a bad column or phrase number. před 11 měsíci
  drh 4a5c96ace3 Fix harmless compiler warnings in JSON and FTS5. před 11 měsíci
  dan fb923fc4cc Further tests for the new code on this branch. před 11 měsíci
  dan 54318b382a Fixes for xInstToken() with tokendata=0 tables. And with prefix queries. před 11 měsíci
  dan 3dfc063705 Fix a problem with the xInstCount() API and "ORDER BY rank" queries. před 11 měsíci
  dan c22d2b7b7f Fix various compiler warnings and other problems with the new code on this branch. před 11 měsíci
  dan c44041e03b Ensure that tokendata=1 queries avoid loading large doclists for queries like "common AND uncommon", just as tokendata=0 queries do. před 11 měsíci
  dan b5effc0605 Different approach to querying a tokendata=1 table. Saves cpu and memory. před 11 měsíci
  dan af54826e4a Defer building xInstToken() hash-table until it is to be used. před 1 rokem
  dan 5c268bbf67 Fix tokendata=1 and xInstToken() APIs for detail=none and detail=column tables. před 1 rokem
  dan 50b0e25a55 Add implementation of xInstToken() API. před 1 rokem
  dan e108029332 Add new fts5 API xQueryToken(). před 1 rokem
  dan 03204e9106 Add the tokendata=1 option to ignore trailing token-data when querying an fts5 table. před 1 rokem
  dan 1846de49a4 Fixes for fts5 expression parser module to allow embedded 0x00 bytes in tokens. před 1 rokem
  dan 8c5611a169 Fix problems in fts5 test code. před 1 rokem
  drh 9faa3bbdbb Get access to SQL functions and virtual tables used for debugging and analysis před 1 rokem
  dan 4042d2b424 Limit the number of nested NOT nodes in an fts5 expression to 256. před 1 rokem