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
4b48c72721
Fix a "jump depends on unititialized value" valgrind error in fts5 triggered by corrupt database records.
...
FossilOrigin-Name: 6b6751cd90601a1e2744a7d233c973291ecb783801b9327c3b99734dd22bcd27
2019-09-18 11:46:34 +00:00
..
test
Fix a "jump depends on unititialized value" valgrind error in fts5 triggered by corrupt database records.
2019-09-18 11:46:34 +00:00
tool
…
extract_api_docs.tcl
…
fts5_aux.c
…
fts5_buffer.c
…
fts5_config.c
Allow fts5 to filter on multiple MATCH clauses in a single scan.
2019-09-12 19:38:40 +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
Fix a "jump depends on unititialized value" valgrind error in fts5 triggered by corrupt database records.
2019-09-18 11:46:34 +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
…
fts5_tcl.c
…
fts5_test_mi.c
…
fts5_test_tok.c
…
fts5_tokenize.c
…
fts5_unicode2.c
…
fts5_varint.c
…
fts5_vocab.c
…
fts5.h
…
fts5Int.h
Allow fts5 to filter on multiple MATCH clauses in a single scan.
2019-09-12 19:38:40 +00:00
fts5parse.y
…
mkportersteps.tcl
…