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
c58b9eeaaa
Fix a problem with prefix queries on fts5 offsets=0 tables.
...
FossilOrigin-Name: ad0987d83c252dd8d6a69321893629d7be805c28
2015-12-18 19:07:14 +00:00
..
test
Fix a problem with prefix queries on fts5 offsets=0 tables.
2015-12-18 19:07:14 +00:00
tool
…
extract_api_docs.tcl
…
fts5_aux.c
…
fts5_buffer.c
Add the "offsets=0" option to fts5, to create a smaller index without term offset information. A few things are currently broken on this branch.
2015-12-17 20:36:13 +00:00
fts5_config.c
Add the "offsets=0" option to fts5, to create a smaller index without term offset information. A few things are currently broken on this branch.
2015-12-17 20:36:13 +00:00
fts5_expr.c
Fix a problem with prefix queries on fts5 offsets=0 tables.
2015-12-18 19:07:14 +00:00
fts5_hash.c
Add the "offsets=0" option to fts5, to create a smaller index without term offset information. A few things are currently broken on this branch.
2015-12-17 20:36:13 +00:00
fts5_index.c
Fix a problem with prefix queries on fts5 offsets=0 tables.
2015-12-18 19:07:14 +00:00
fts5_main.c
…
fts5_storage.c
Add the "offsets=0" option to fts5, to create a smaller index without term offset information. A few things are currently broken on this branch.
2015-12-17 20:36:13 +00:00
fts5_tcl.c
…
fts5_test_mi.c
…
fts5_tokenize.c
…
fts5_unicode2.c
…
fts5_varint.c
…
fts5_vocab.c
…
fts5.h
…
fts5Int.h
Add the "offsets=0" option to fts5, to create a smaller index without term offset information. A few things are currently broken on this branch.
2015-12-17 20:36:13 +00:00
fts5parse.y
…
mkportersteps.tcl
…