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
56c8634853
Fix a segfault in fts5 that could occur if the database contents were corrupt.
...
FossilOrigin-Name: 4931e37da4d2c26d7afc5432f7f0d534b51a85fa
2015-09-10 16:19:01 +00:00
..
test
Fix a segfault in fts5 that could occur if the database contents were corrupt.
2015-09-10 16:19:01 +00:00
tool
Change the array of 16-bit offsets at the end of each page to an array of varints.
2015-09-10 05:40:17 +00:00
extract_api_docs.tcl
…
fts5_aux.c
…
fts5_buffer.c
Remove the 0x00 terminators from the end of doclists stored on disk.
2015-09-08 19:55:26 +00:00
fts5_config.c
Remove the 0x00 terminators from the end of doclists stored on disk.
2015-09-08 19:55:26 +00:00
fts5_expr.c
Fix harmless compiler warning in FTS5.
2015-09-09 23:54:46 +00:00
fts5_hash.c
…
fts5_index.c
Fix a segfault in fts5 that could occur if the database contents were corrupt.
2015-09-10 16:19:01 +00:00
fts5_main.c
Fix a bug in preprocessor macros within fts5_main.c.
2015-09-09 08:15:06 +00:00
fts5_storage.c
…
fts5_tcl.c
…
fts5_test_mi.c
…
fts5_tokenize.c
…
fts5_unicode2.c
…
fts5_varint.c
…
fts5_vocab.c
…
fts5.h
…
fts5Int.h
Remove the 0x00 terminators from the end of doclists stored on disk.
2015-09-08 19:55:26 +00:00
fts5parse.y
…
mkportersteps.tcl
…