SQLite

All files named ”test/fts3matchinfo.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/fts3matchinfo.test

2018-11-07
02:17
[aa66cc5061] part of check-in [3212733cb6] Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. (check-in: [3212733cb6] user: drh branch: read-only-shadow, size: 17592)
2018-11-06
19:26
[1d012ac558] part of check-in [a1d6c6712c] Enable DEFENSIVE mode by default for tests. This requires lots of case of turning DEFENSIVE off in order to dodgy things to the database for testing purposes. No all of those cases are yet handled, so "make test" does not run to completion. (check-in: [a1d6c6712c] user: drh branch: read-only-shadow, size: 17693)
2016-02-05
16:46
[ce864e0bd9] part of check-in [a6b3527323] From test scripts, remove stray "breakpoint" commands and blank lines at the ends of files. (check-in: [a6b3527323] user: drh branch: trunk, size: 17491)
2015-05-05
20:39
[07009313ad] part of check-in [b9b77972d8] Add the fts3 matchinfo 'b' flag. (check-in: [b9b77972d8] user: dan branch: fts3-matchinfo-y, size: 17505)
2015-05-02
09:44
[3e5f5ac2e0] part of check-in [92941609af] Add the experimental matchinfo 'y' flag to fts3/4. (check-in: [92941609af] user: dan branch: fts3-matchinfo-y, size: 16519)
2014-10-09
14:10
[58544fa4d2] part of check-in [bae36d5446] Add a test case for the memory leak fixed by the previous check-in. (check-in: [bae36d5446] user: drh branch: trunk, size: 14419)
2013-08-19
18:17
[ff423e73fa] part of check-in [1c63e9515b] Add some extra assert() statements to silence a few clang warnings. (check-in: [1c63e9515b] user: dan branch: trunk, size: 13940)
2013-06-10
23:30
[3f297e14e3] part of check-in [aa580e368e] Fix test cases for the new EXPLAIN QUERY PLAN format. Add the wherecosttest tool. Other fixes to logarithm cost. (check-in: [aa580e368e] user: drh branch: nextgen-query-plan-logcost, size: 13711)
2012-10-25
19:25
[ecb08f586d] part of check-in [33f4f9817e] Fix a bug in fts3 causing it to return SQLITE_NOMEM when NEAR, OR and some auxiliary functions were used together. Also a segfault in vtab.c that could follow an OOM condition. (check-in: [33f4f9817e] user: dan branch: trunk, size: 13712)
2012-08-20
17:24
[15edde2c4d] part of check-in [e799222f3b] Add the SQLITE_DISABLE_FTS4_DEFERRED compile time option. (check-in: [e799222f3b] user: dan branch: trunk, size: 13046)
2011-10-04
19:41
[6507fe1c34] part of check-in [0f439944ab] Improve test coverage of fts3.c. (check-in: [0f439944ab] user: dan branch: fts4-content, size: 12980)
2011-06-08
18:39
[08a82d18cc] part of check-in [3972a787df] Fix various issues to do with deferred tokens, NEAR expressions and matchinfo(). (check-in: [3972a787df] user: dan branch: fts3-prefix-search, size: 12596)
2011-06-07
18:35
[f424597b68] part of check-in [9d10a6846b] Have NEAR queries use incremental merging. Fix issues surrounding the deferred token optimization. (check-in: [9d10a6846b] user: dan branch: fts3-prefix-search, size: 12486)
2011-01-13
11:20
[cc0b009edb] part of check-in [811e12cddf] Fix a couple of crashes in fts3 that can occur if the database contents are inconsistent. (check-in: [811e12cddf] user: dan branch: trunk, size: 12438)
10:58
[32e3146796] part of check-in [fe9047668e] Fix a segfault that can occur in matchinfo if an fts4 table contains mostly zero-length documents. Specifically, if the table contains more rows than it does bytes of text. (check-in: [fe9047668e] user: dan branch: trunk, size: 11812)
2010-11-26
16:31
[ae910aa666] part of check-in [3c3d076b42] Fix an uninitialized variable in fts3.c. (check-in: [3c3d076b42] user: dan branch: trunk, size: 10696)
2010-11-25
17:49
[ae33ea9149] part of check-in [70495ceccc] Add coverage tests (and associated fixes) for new matchinfo() code. (check-in: [70495ceccc] user: dan branch: fts3-experimental, size: 9973)
10:33
[5f7c7a16f5] part of check-in [ddc2b7ec26] Fix bugs in fts3 function matchinfo() when used with deferred tokens. (check-in: [ddc2b7ec26] user: dan branch: fts3-experimental, size: 8255)
2010-11-24
19:26
[41991bd810] part of check-in [71011a4f9b] Add code for the matchinfo 'longest common substring' feature. (check-in: [71011a4f9b] user: dan branch: fts3-experimental, size: 8205)
15:02
[2dfdf80a92] part of check-in [ed61fd20ad] Fix crashes that can occur when queries are run on an FTS4 table containing zero rows. (check-in: [ed61fd20ad] user: dan branch: fts3-experimental, size: 6242)
11:51
[cf3d0149f7] part of check-in [ae40b34cf7] Remove some unused code from fts3. Add tests to fts3matchinfo.test. (check-in: [ae40b34cf7] user: dan branch: fts3-experimental, size: 6095)
2010-11-23
19:16
[051bc3d091] part of check-in [9cf0f2b76b] Experimental changes to fts3 function matchinfo(). (check-in: [9cf0f2b76b] user: dan branch: fts3-experimental, size: 2246)
2010-11-11
10:36
[211b044349] part of check-in [30904ef841] Modifications to test cases to account for new EXPLAIN QUERY PLAN output. (check-in: [30904ef841] user: dan branch: experimental, size: 2382)
2010-11-02
17:41
Added: [5ded932535] part of check-in [31989b18f5] Changes to allow FTS4 tables to be created without the underlying %_docsize table (in order to save space). (check-in: [31989b18f5] user: dan branch: trunk, size: 2284)