SQLite

All files named ”test/fts3auto.test”
Login

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

History for test/fts3auto.test

2020-01-21
15:01
[649aa4c198] part of check-in [d241055ead] Fix a case in fts3auto.test that fails for SQLITE_DISABLE_FTS4_DEFERRED builds. (check-in: [d241055ead] user: dan branch: trunk, size: 23314)
2019-11-18
14:04
[bfe0857bd0] part of check-in [6b67eba54e] Improvements to detection of corruption in the %_stat shadow table of FTS4. (check-in: [6b67eba54e] user: drh branch: trunk, size: 23274)
2018-11-07
02:17
[19097050a3] 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: 23090)
2018-11-06
19:26
[4eeb2a2e4f] 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: 23125)
2013-06-10
23:30
[b981fea19b] 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: 23055)
2012-08-20
17:24
[74315a7377] part of check-in [e799222f3b] Add the SQLITE_DISABLE_FTS4_DEFERRED compile time option. (check-in: [e799222f3b] user: dan branch: trunk, size: 23056)
2012-05-10
17:43
[b39f3f5122] part of check-in [4d3e1673b3] Have the FTS auxiliary functions correctly handle terms that appear in non-matching branches of the FTS expression. Fix for [bdc6bbbb38]. (check-in: [4d3e1673b3] user: dan branch: trunk, size: 22938)
2012-01-25
16:29
[868a2afea3] part of check-in [c05c3fd20d] Fix an FTS problem triggered by querying for an N character prefix using an N+1 character prefix index after rows have been deleted from the FTS table. Fix for [edb497982c]. (check-in: [c05c3fd20d] user: dan branch: trunk, size: 22899)
2011-06-28
11:58
[c1a30b3700] part of check-in [91daea7d2e] Add a fix and tests for the FTS deferred token logic. (check-in: [91daea7d2e] user: dan branch: fts3-changes, size: 22899)
2011-06-20
10:46
[f1cb0a5513] part of check-in [d138b0e659] Add tests for the "column:term" query syntax to fts3auto.test. (check-in: [d138b0e659] user: dan branch: trunk, size: 21344)
2011-06-16
16:06
[b0d360b331] part of check-in [051c756c36] Fix a problem with NEAR queries executed inside a transaction that writes the FTS table. (check-in: [051c756c36] user: dan branch: trunk, size: 19582)
2011-06-15
08:30
[a98cc895bd] part of check-in [7a3813138d] Add an interface to better test incremental loading of doclists by FTS4. Also some tests for this and term prefix queries. (check-in: [7a3813138d] user: dan branch: broken-build, size: 19276)
2011-06-14
11:32
[2f86f2a0e8] part of check-in [aefd46dfae] Add a couple of extra tests. (check-in: [aefd46dfae] user: dan branch: fts3-prefix-search, size: 16661)
09:00
[337dff2758] part of check-in [04907fbade] Fix another bug caused by NEAR/matchinfo/order=DESC interaction. (check-in: [04907fbade] user: dan branch: fts3-prefix-search, size: 15356)
2011-06-13
18:21
[0173f3fc3e] part of check-in [2c20129297] Update trace2.test to account for new FTS queries. (check-in: [2c20129297] user: dan branch: fts3-prefix-search, size: 14033)
17:00
[bf01a1d793] part of check-in [b9fb69e55b] Add tests for deferred tokens to fts3auto.test. Fix a problem with OR queries and deferred tokens. (check-in: [b9fb69e55b] user: dan branch: fts3-prefix-search, size: 12980)
13:48
[4aca0c0631] part of check-in [e4ab6cdb10] Changes to fts3auto.test to test OR, AND and NOT operations. (check-in: [e4ab6cdb10] user: dan branch: fts3-prefix-search, size: 10442)
09:11
Added: [696a2d32dd] part of check-in [5f6b87f420] Fix a bug exposed by combining matchinfo(), NEAR and "ORDER BY rowid DESC". (check-in: [5f6b87f420] user: dan branch: fts3-prefix-search, size: 6250)