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
e18ec6acc2
Fix an error in an fts5 test script.
...
FossilOrigin-Name: b2a03e2d479aec2fc68dfc83a1fa34c740f44e13
2016-03-02 13:26:19 +00:00
..
test
Fix an error in an fts5 test script.
2016-03-02 13:26:19 +00:00
tool
…
extract_api_docs.tcl
…
fts5_aux.c
Handle parser stack overflow when parsing fts5 query expressions. Fix some compiler warnings in fts5 code.
2016-02-11 17:01:32 +00:00
fts5_buffer.c
…
fts5_config.c
…
fts5_expr.c
Handle parser stack overflow when parsing fts5 query expressions. Fix some compiler warnings in fts5 code.
2016-02-11 17:01:32 +00:00
fts5_hash.c
Fix a fairly obscure buffer overread in fts5.
2016-02-12 17:56:27 +00:00
fts5_index.c
Fix a problem in fts5 where a corrupt db could lead to a (huge) buffer overread. Cherrypick of [c9a30e117f].
2016-03-01 14:51:36 +00:00
fts5_main.c
Remove SQLITE_TEST macros from fts5_test_mi.c. Add the SQLITE_FTS5_ENABLE_TEST_MI compile time symbol - to make it easier to create builds that include the fts5 matchinfo demo by default.
2016-02-18 16:16:43 +00:00
fts5_storage.c
Handle parser stack overflow when parsing fts5 query expressions. Fix some compiler warnings in fts5 code.
2016-02-11 17:01:32 +00:00
fts5_tcl.c
…
fts5_test_mi.c
Add an "#ifndef SQLITE_AMALGAMATION" guard around a typedef in fts5_test_mi.c to avoid redefining "u32" if it is compiled as part of the amalgamation. Cherrypick of [f9c49ba1].
2016-02-19 10:19:43 +00:00
fts5_test_tok.c
…
fts5_tokenize.c
Handle parser stack overflow when parsing fts5 query expressions. Fix some compiler warnings in fts5 code.
2016-02-11 17:01:32 +00:00
fts5_unicode2.c
Fix a potential buffer overread provoked by invalid utf-8 in fts5.
2016-02-12 18:48:09 +00:00
fts5_varint.c
…
fts5_vocab.c
Handle parser stack overflow when parsing fts5 query expressions. Fix some compiler warnings in fts5 code.
2016-02-11 17:01:32 +00:00
fts5.h
…
fts5Int.h
Fix a fairly obscure buffer overread in fts5.
2016-02-12 17:56:27 +00:00
fts5parse.y
Fix another unused variable warning in fts5 code.
2016-02-11 18:18:33 +00:00
mkportersteps.tcl
…