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
2e6ca188c4
Fix a buffer overwrite in fts5 that could occur when processing a prefix
...
query. FossilOrigin-Name: 92fc146bc2b781e7e2d7138b00e5ea649c6fee1c2b8449420460a1b3e5c9661b
2017-12-11 17:20:37 +00:00
..
test
Fix a buffer overwrite in fts5 that could occur when processing a prefix
2017-12-11 17:20:37 +00:00
tool
…
extract_api_docs.tcl
…
fts5_aux.c
…
fts5_buffer.c
…
fts5_config.c
…
fts5_expr.c
Add the "^" syntax from fts3/4 to fts5.
2017-11-24 19:24:44 +00:00
fts5_hash.c
…
fts5_index.c
Fix a buffer overwrite in fts5 that could occur when processing a prefix
2017-12-11 17:20:37 +00:00
fts5_main.c
Improved the interface to the fts5() extension mechanism for enhanced
2017-07-17 15:38:57 +00:00
fts5_storage.c
Add interfaces sqlite3_prepare_v3() and sqlite3_prepare16_v3() with the
2017-06-01 00:54:35 +00:00
fts5_tcl.c
Add a destructor argument to sqlite3_bind_pointer()
2017-07-27 03:48:02 +00:00
fts5_test_mi.c
Add a destructor argument to sqlite3_bind_pointer()
2017-07-27 03:48:02 +00:00
fts5_test_tok.c
…
fts5_tokenize.c
…
fts5_unicode2.c
…
fts5_varint.c
…
fts5_vocab.c
Fix harmless compiler warnings in FTS5 seen with MSVC.
2017-10-08 02:22:06 +00:00
fts5.h
…
fts5Int.h
Add the "^" syntax from fts3/4 to fts5.
2017-11-24 19:24:44 +00:00
fts5parse.y
Add the "^" syntax from fts3/4 to fts5.
2017-11-24 19:24:44 +00:00
mkportersteps.tcl
…