SQLite

All files named ”test/fts3defer.test”
Login

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

History for test/fts3defer.test

2018-11-07
02:17
[f4c20e4c71] 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: 19627)
2018-11-06
19:26
[8887359070] 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: 19771)
2012-08-20
17:24
[0be4440b73] part of check-in [e799222f3b] Add the SQLITE_DISABLE_FTS4_DEFERRED compile time option. (check-in: [e799222f3b] user: dan branch: trunk, size: 19483)
2012-03-31
11:58
[6c2707be1b] part of check-in [04298f1ac4] Change the ICU tokenizer so that it does not attempt to call strlen(NULL). (check-in: [04298f1ac4] user: dan branch: trunk, size: 19467)
2011-10-19
15:52
[2ea3fa028f] part of check-in [df36ac9481] Have FTS3 ignore ^ prefixes. The ^ syntax is only supported on FTS4 tables. (check-in: [df36ac9481] user: dan branch: fts4-content, size: 18339)
2011-10-18
19:39
[b7bdf79da9] part of check-in [63ac33c860] If a token within an FTS query is prefixed with a '^' character, it must be the first token in a column of data to match. (check-in: [63ac33c860] user: dan branch: fts4-content, size: 18154)
12:44
[ffd4e07f79] part of check-in [3126754c72] Fix a floating-point exception that can occur when an FTS4 query contains a large number of tokens connected by AND or NEAR operators. (check-in: [3126754c72] user: dan branch: trunk, size: 17977)
2011-06-02
19:57
[7c8a38d5f6] part of check-in [28149a7882] Changes to improve performance and support LIMIT clauses on fts3 tables. This branch is unstable for now. (check-in: [28149a7882] user: dan branch: fts3-prefix-search, size: 16981)
2010-11-02
17:41
[d6cb0db9b5] 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: 16835)
2010-10-27
10:55
[eab4f24c84] part of check-in [941647d121] In fts4, store the total number of bytes of for all records in the table in the %_stat table. (check-in: [941647d121] user: dan branch: experimental, size: 16613)
2010-10-26
07:14
[1f75427fa3] part of check-in [7a2f286400] More coverage tests for fts3.c. (check-in: [7a2f286400] user: dan branch: experimental, size: 16387)
2010-10-25
19:01
[422566346d] part of check-in [918b609290] Further improvements to coverage of fts3.c. Fixes for bugs revealed by the same. (check-in: [918b609290] user: dan branch: experimental, size: 16377)
12:47
[bfd84a3110] part of check-in [a8b1d99899] Test coverage improvements for fts3.c. (check-in: [a8b1d99899] user: dan branch: experimental, size: 15474)
2010-10-20
18:56
[cf66bf69af] part of check-in [d0a450ce78] Updates to FTS4 to improve performance and make more accurate cost estimates for prefix terms. (check-in: [d0a450ce78] user: dan branch: experimental, size: 15174)
2010-10-19
14:08
Added: [a9f81bba6e] part of check-in [5ae0ba447a] Experimental changes to fts4 to try to selectively avoid loading very large doclists. (check-in: [5ae0ba447a] user: dan branch: experimental, size: 14467)