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
mistachkin
0cbb513a67
Fix harmless compiler warning in FTS5.
...
FossilOrigin-Name: 02448a9fccd4532daa667e4ba6ff1dbb7f68008a
2015-08-18 16:32:45 +00:00
..
test
…
tool
…
extract_api_docs.tcl
…
fts5_aux.c
…
fts5_buffer.c
…
fts5_config.c
…
fts5_expr.c
Fix harmless compiler warning in FTS5.
2015-08-18 16:32:45 +00:00
fts5_hash.c
…
fts5_index.c
Fix harmless compiler warnings in FTS5 code.
2015-08-06 03:19:14 +00:00
fts5_main.c
Minor optimization for fts5 API xInst().
2015-08-12 15:36:58 +00:00
fts5_storage.c
…
fts5_tcl.c
Fix harmless compiler warnings in FTS5 code.
2015-08-06 03:19:14 +00:00
fts5_test_mi.c
Add the xPhraseFirst() and xPhraseNext() fts5 APIs, for faster iteration through a single phrases position list. Also optimize xInst() and xInstCount() a bit.
2015-08-12 12:11:28 +00:00
fts5_tokenize.c
…
fts5_unicode2.c
…
fts5_varint.c
…
fts5_vocab.c
…
fts5.h
Add the xPhraseFirst() and xPhraseNext() fts5 APIs, for faster iteration through a single phrases position list. Also optimize xInst() and xInstCount() a bit.
2015-08-12 12:11:28 +00:00
fts5Int.h
…
fts5parse.y
…
mkportersteps.tcl
…