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
7a1d7c3968
Fix "PRAGMA data_version" so that it works the same way with locking_mode=PERSIST and journal_mode=PERSIST configured. Fix for 7a458c2a5f.
...
FossilOrigin-Name: 45748e2db028ffbda5d3e747493721a5a89af3fbc06823081a2f27f570e40e73
2019-12-22 14:29:55 +00:00
..
test
Fix "PRAGMA data_version" so that it works the same way with locking_mode=PERSIST and journal_mode=PERSIST configured. Fix for 7a458c2a5f.
2019-12-22 14:29:55 +00:00
tool
…
extract_api_docs.tcl
…
fts5_aux.c
…
fts5_buffer.c
…
fts5_config.c
Avoid a buffer overread in fts5 that could occur when parsing corrupt configuration records.
2019-12-10 03:40:11 +00:00
fts5_expr.c
Fix possible null pointer dereferences in the fts5_expr() scalar function.
2019-12-09 02:20:37 +00:00
fts5_hash.c
…
fts5_index.c
In fts5, fix a case of overreading a buffer by 1 byte when counting characters in malformed utf-8. Fix for [dd1f67bf].
2019-10-24 20:35:27 +00:00
fts5_main.c
Fix a memory leak in fts5 error handling code.
2019-11-23 08:36:35 +00:00
fts5_storage.c
Fix two more cases in fts5 where sqlite3_value_bytes() was being called before sqlite3_value_text(). Fix for e431c355.
2019-12-20 19:41:01 +00:00
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
Fix various documentation typos suggested by Mark Benningfield.
2019-11-26 14:24:12 +00:00
fts5Int.h
Fix a resource leak in fts5 that could occur if an auxiliary function is called from within a query that does not use the full-text index.
2019-10-20 08:26:08 +00:00
fts5parse.y
…
mkportersteps.tcl
…