This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
sqlite
/
ext
/
fts5
History
dan
2d82269ca8
Fix a problem with row-value IN(...) operators and virtual tables.
...
FossilOrigin-Name: aa57d7abac0bb92d4d5fd4e093a11cf8efc04e4eed748b2a400d01f137250649
2019-10-14 15:15:50 +00:00
..
test
Fix a problem with row-value IN(...) operators and virtual tables.
2019-10-14 15:15:50 +00:00
tool
…
extract_api_docs.tcl
…
fts5_aux.c
…
fts5_buffer.c
Fix an assert() failure in fts5 that could occur when processing a corrupt database.
2019-05-13 11:52:19 +00:00
fts5_config.c
Do not allow users to effectively disable fts5 crisismerge operations by setting the crisismerge threshold to higher than the maximum allowable segment b-trees on a single level. Fix for [d392017c].
2019-10-09 18:36:32 +00:00
fts5_expr.c
Allow fts5 to filter on multiple MATCH clauses in a single scan.
2019-09-12 19:38:40 +00:00
fts5_hash.c
…
fts5_index.c
Do not allow users to effectively disable fts5 crisismerge operations by setting the crisismerge threshold to higher than the maximum allowable segment b-trees on a single level. Fix for [d392017c].
2019-10-09 18:36:32 +00:00
fts5_main.c
Ensure that the idxStr for FTS5 is always zero-terminated.
2019-09-13 13:23:13 +00:00
fts5_storage.c
Fix problems with using the fts5 'rebuild' command inside a transaction that contains other updates of the same table. Fix for [e258f008].
2019-10-08 13:34:24 +00:00
fts5_tcl.c
…
fts5_test_mi.c
…
fts5_test_tok.c
…
fts5_tokenize.c
Use the 64-bit memory allocator interfaces in extensions, whenever possible.
2019-04-13 04:38:32 +00:00
fts5_unicode2.c
…
fts5_varint.c
…
fts5_vocab.c
Fix a problem with corrupt db handling in the fts5_vocab module.
2019-05-14 18:33:58 +00:00
fts5.h
…
fts5Int.h
Do not allow users to effectively disable fts5 crisismerge operations by setting the crisismerge threshold to higher than the maximum allowable segment b-trees on a single level. Fix for [d392017c].
2019-10-09 18:36:32 +00:00
fts5parse.y
…
mkportersteps.tcl
…