SQLite

All files named ”test/between.test”
Login

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

History for test/between.test

2025-07-12
18:14
[b301ef0d82] part of check-in [18ba07c152] Avoid evaluating special vtab operators (e.g. MATCH) that are part of ON clauses attached to left joins from being evaluated too early. Possible fix for forum post 428ef7c468. (check-in: [18ba07c152] user: dan branch: vtab-leftjoin-fix, size: 4409)
2021-03-20
15:11
[b9a65fb065] part of check-in [50fbd53260] Revise tests cases to align with the new EXPLAIN QUERY PLAN output. (check-in: [50fbd53260] user: drh branch: eqp-improvements, size: 4110)
2019-06-16
08:58
[68137a6e94] part of check-in [ba7870e292] Avoid transforming TK_COLLATE or TK_UNLIKELY Expr nodes to TK_REFERENCE. Instead, transform the uppermost Expr node in the expression tree that is not of this type. Fix for [e1e07ef2]. (check-in: [ba7870e292] user: dan branch: tkt-e1e07ef2, size: 4090)
2013-06-11
01:50
[34d375fb5c] part of check-in [e612664aa2] Handle virtual tables correctly when using logarithmic costs. Fixes to test cases. (check-in: [e612664aa2] user: drh branch: nextgen-query-plan-logcost, size: 3461)
2013-06-03
22:08
[e6896728a6] part of check-in [eb27086e8a] Remove more vestiges of sqlite_query_plan from the test cases. (check-in: [eb27086e8a] user: drh branch: nextgen-query-plan-exp, size: 3461)
18:50
[bec144cd75] part of check-in [aa66b86420] Fix a bug in the transitive_closure virtual table that NGQP exposes. Update between.test module to avoid using sqlite_query_plan. (check-in: [aa66b86420] user: drh branch: nextgen-query-plan-exp, size: 3456)
2006-01-17
09:35
[16b1776c63] part of check-in [3a54a33dcb] Test suite fixes for builds that define OMIT symbols. (CVS 2962) (check-in: [3a54a33dcb] user: danielk1977 branch: trunk, size: 3170)
2005-07-28
23:12
Added: [ca092fa28b] part of check-in [cdf8c9584b] The BETWEEN operator in a WHERE clause is now able to use indices. (CVS 2568) (check-in: [cdf8c9584b] user: drh branch: trunk, size: 2902)