.. |
fts5_common.tcl
|
Fix a problem handling OOM conditions within fts5 queries that feature synonyms.
|
2015-09-02 14:17:38 +00:00 |
fts5aa.test
|
Update description of on-disk format in fts5_index.c.
|
2015-09-10 15:49:16 +00:00 |
fts5ab.test
|
Add tests for fts5.
|
2015-04-25 18:56:48 +00:00 |
fts5ac.test
|
Speed up seek operations on fts5 b-tree structures.
|
2015-07-06 20:27:19 +00:00 |
fts5ad.test
|
Experiment with a different fts5 leaf page format that allows faster seeks.
|
2015-09-05 19:52:08 +00:00 |
fts5ae.test
|
Add tests for the matchinfo-like test function. Fix problems found in test and fts5 code by doing so.
|
2015-08-05 19:35:59 +00:00 |
fts5af.test
|
Remove the iPos parameter from the tokenizer callback. Fix the "tokenchars" and "separators" options on the simple tokenizer.
|
2015-01-06 19:08:26 +00:00 |
fts5ag.test
|
Remove the iPos parameter from the tokenizer callback. Fix the "tokenchars" and "separators" options on the simple tokenizer.
|
2015-01-06 19:08:26 +00:00 |
fts5ah.test
|
Enhance showfts5.tcl so that it can optionally display the number of terms in each segment.
|
2015-09-04 11:13:00 +00:00 |
fts5ai.test
|
Remove the iPos parameter from the tokenizer callback. Fix the "tokenchars" and "separators" options on the simple tokenizer.
|
2015-01-06 19:08:26 +00:00 |
fts5aj.test
|
Remove the iPos parameter from the tokenizer callback. Fix the "tokenchars" and "separators" options on the simple tokenizer.
|
2015-01-06 19:08:26 +00:00 |
fts5ak.test
|
Have fts5 store rowids in ascending order. Query speed is virtually the same regardless of rowid order, and ascending order makes some insert optimizations easier.
|
2015-01-24 19:57:03 +00:00 |
fts5al.test
|
Update fts5 to support the table function syntax. "... FROM fts5_tbl WHERE fts5_tbl MATCH ?1 AND rank MATCH ?1" can now be written "FROM fts5_tbl(?1, ?2)".
|
2015-10-03 15:38:57 +00:00 |
fts5alter.test
|
Speed up seek operations on fts5 b-tree structures.
|
2015-07-06 20:27:19 +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 the fts5 integrity-check so that it works with columnsize=0 tables.
|
2015-09-03 11:00:50 +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
|
Use a WITHOUT ROWID table to index fts5 btree leaves. This is faster to query and only slightly larger than storing btree nodes within an intkey table.
|
2015-07-15 19:46:02 +00:00 |
fts5corrupt2.test
|
Fix a segfault in fts5 that could occur if the database contents were corrupt.
|
2015-09-10 16:19:01 +00:00 |
fts5corrupt3.test
|
Add test cases to cover fts5 integrity-check code.
|
2015-09-15 14:39:17 +00:00 |
fts5corrupt.test
|
Fix a segfault in fts5 that could occur if the database contents were corrupt.
|
2015-09-10 16:19:01 +00:00 |
fts5dlidx.test
|
Fix a problem with fts5 "ORDER BY rowid DESC" queries and large terms.
|
2015-09-15 11:58:33 +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
|
Begin changes to allow synonym support by adding multiple terms to a query (an alternative to adding multiple terms to the FTS index).
|
2015-08-31 20:06:06 +00:00 |
fts5eb.test
|
Begin changes to allow synonym support by adding multiple terms to a query (an alternative to adding multiple terms to the FTS index).
|
2015-08-31 20:06:06 +00:00 |
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
|
Improve coverage of fts5 tests.
|
2015-04-28 18:35:28 +00:00 |
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
|
Further tests to raise coverage of fts5 synonym code to 100%. Fix a dropped error code in the same.
|
2015-09-02 19:48:55 +00:00 |
fts5fault7.test
|
Improve test coverage of fts5_index.c.
|
2015-09-14 19:51:05 +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 |
fts5matchinfo.test
|
Change the fts5 tokenizer API to allow more than one token to occupy a single position within a document.
|
2015-08-28 19:56:47 +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 |
fts5onepass.test
|
Update fts5 to avoid using a statement journal for UPDATE and DELETE operations that affect at most a single row.
|
2015-10-02 20:04:30 +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 |
fts5phrase.test
|
Add tests for fts5 phrase queries with column filters.
|
2015-10-07 13:24:27 +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
|
Add further tests for fts5 prefix queries.
|
2015-10-07 09:02:50 +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 a problem with fts5 "ORDER BY rowid DESC" queries and large terms.
|
2015-09-15 11:58:33 +00:00 |
fts5simple.test
|
Optimizations for fts5 expressions that filter on column. More still to come.
|
2015-10-06 20:53:26 +00:00 |
fts5synonym.test
|
Fix the fts5 integrity-check so that it works with columnsize=0 tables.
|
2015-09-03 11:00:50 +00:00 |
fts5tokenizer.test
|
Fix a bug in the fts5 porter tokenizer preventing it from passing xCreate() arguments through to its parent tokenizer.
|
2015-07-31 14:43:02 +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
|
Increment the fts5 version value to indicate that the on-disk format has changed.
|
2015-09-10 16:39:38 +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 |