.. |
fts5_common.tcl
|
Remove fts5 initialization code from core file main.c.
|
2015-06-26 16:42:17 +00:00 |
fts5aa.test
|
Fix handling of fts5 rowid constraints in the absence of a MATCH clause. Add tests to cover recently added branches.
|
2015-06-06 16:28:29 +00:00 |
fts5ab.test
|
|
|
fts5ac.test
|
Change the fts5 multi-column syntax to use parenthesis instead of square brackets.
|
2015-06-02 19:38:15 +00:00 |
fts5ad.test
|
Simplifications and minor optimizations to fts5 prefix queries that cannot use a prefix index.
|
2015-05-26 18:22:01 +00:00 |
fts5ae.test
|
Add the "columnsize=" option to fts5, similar to fts4's "matchinfo=fts3".
|
2015-06-09 20:58:39 +00:00 |
fts5af.test
|
|
|
fts5ag.test
|
|
|
fts5ah.test
|
Make use of range constraints on the rowid field of an fts5 table in full-text queries.
|
2015-06-05 19:05:57 +00:00 |
fts5ai.test
|
|
|
fts5aj.test
|
|
|
fts5ak.test
|
|
|
fts5al.test
|
Change fts5 doclist-index structures to be trees instead of flat lists. This only makes a difference for databases that contain millions of instances of the same token.
|
2015-05-13 17:15:32 +00:00 |
fts5alter.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5auto.test
|
Fix an fts5 problem in extracting columns from position lists containing large varints.
|
2015-06-03 11:23:30 +00:00 |
fts5aux.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5auxdata.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5bigpl.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5columnsize.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5config.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5content.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5corrupt2.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5corrupt3.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5corrupt.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5dlidx.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5doclist.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5ea.test
|
Improve performance of the fts5 AND operator.
|
2015-06-01 19:17:06 +00:00 |
fts5eb.test
|
|
|
fts5fault1.test
|
Remove fts5 initialization code from core file main.c.
|
2015-06-26 16:42:17 +00:00 |
fts5fault2.test
|
Improve test coverage of fts5_config.c.
|
2015-05-18 17:50:17 +00:00 |
fts5fault3.test
|
|
|
fts5fault4.test
|
Merge latest trunk changes with this branch. Add tests for columnsize=0.
|
2015-06-23 15:06:13 +00:00 |
fts5fault5.test
|
Remove some dead code from fts5. Add auxiliary function api tests to the same.
|
2015-05-28 14:37:26 +00:00 |
fts5fault6.test
|
Add tests for fts5 tokenizers.
|
2015-05-19 19:37:09 +00:00 |
fts5full.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5hash.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5integrity.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5merge.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5near.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5optimize.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5plan.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5porter2.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5porter.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5prefix.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5rank.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5rebuild.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5restart.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5rowid.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5tokenizer.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5unicode2.test
|
Add fts5_source_id() SQL function, similar to sqlite_source_id().
|
2015-07-02 18:16:02 +00:00 |
fts5unicode3.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5unicode.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5unindexed.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5version.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |
fts5vocab.test
|
Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined.
|
2015-06-25 20:36:36 +00:00 |