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
3181706895
Remove a redundant "if( rc==SQLITE_OK )" from the fts5 bm25() code.
...
FossilOrigin-Name: d85f4f27f58adcc75fc7d59e63af95b2a338052d8748a11f22ec1e48d1aff4cc
2020-11-27 16:08:15 +00:00
..
test
Fix a case in the FTS5 integrity check where a corrupt database could cause a buffer overread.
2020-11-27 15:28:26 +00:00
tool
…
extract_api_docs.tcl
…
fts5_aux.c
Remove a redundant "if( rc==SQLITE_OK )" from the fts5 bm25() code.
2020-11-27 16:08:15 +00:00
fts5_buffer.c
…
fts5_config.c
…
fts5_expr.c
…
fts5_hash.c
…
fts5_index.c
Fix a case in the FTS5 integrity check where a corrupt database could cause a buffer overread.
2020-11-27 15:28:26 +00:00
fts5_main.c
…
fts5_storage.c
…
fts5_tcl.c
…
fts5_test_mi.c
…
fts5_test_tok.c
…
fts5_tokenize.c
Fix harmless compiler warnings about unused function parameters.
2020-11-25 16:28:04 +00:00
fts5_unicode2.c
Update mkunicode.tcl to match the change erroneously made to machine generated file fts5_unicode2.c in [b7b7bde9].
2020-11-26 20:13:54 +00:00
fts5_varint.c
…
fts5_vocab.c
…
fts5.h
…
fts5Int.h
…
fts5parse.y
…
mkportersteps.tcl
…