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
drh
a6ca90c38c
Attempt to fix a harmless compiler warning in FTS5.
...
FossilOrigin-Name: 8e619c21e2326be1538b60908e7cd211558ec840835c6eb69e768eb190e1fd0b
2022-01-01 19:55:29 +00:00
..
test
Fix an OOB read that could occur in fts5 when processing corrupt records.
2021-12-06 18:57:02 +00:00
tool
…
extract_api_docs.tcl
…
fts5_aux.c
…
fts5_buffer.c
…
fts5_config.c
…
fts5_expr.c
Fix a broken assert() in fts5 that could fail if the snippet() function were used with a query phrase containing 0 tokens on a detail=none or detail=col table.
2021-11-02 07:32:13 +00:00
fts5_hash.c
…
fts5_index.c
Attempt to fix a harmless compiler warning in FTS5.
2022-01-01 19:55:29 +00:00
fts5_main.c
…
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
Improved defenses against integer overflow when computing the size of a
2021-11-26 17:10:18 +00:00
fts5.h
…
fts5Int.h
Fix a harmless scan-build warning in FTS5.
2021-10-16 19:50:03 +00:00
fts5parse.y
…
mkportersteps.tcl
…