index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
whereG.test
Commit message (
Expand
)
Author
Age
*
Remove unnecessary "www." prefixes on domain names in URLs.
drh
2025-04-10
*
Back out an incorrect change to the sqlite3ExprCompareSkip() function that
drh
2023-11-20
*
An index on the expression "likely(X)" should store the true value of X,
drh
2021-06-14
*
Fix a bad interaction between constant propagation and transitive term handli...
dan
2021-04-15
*
Revise tests cases to align with the new EXPLAIN QUERY PLAN output.
drh
2021-03-20
*
Test case updates.
drh
2020-10-22
*
Check-in [1d4f86201dab9a22] changed a testcase() to an assert() because we
drh
2020-06-14
*
The OP_ResultRow opcode releases the SCopy dependences on all its registers,
drh
2019-12-31
*
Fix the likely(), unlikely(), and likelihood() functions so that they have
drh
2019-08-22
*
Fix test cases so that they work with the new EXPLAIN QUERY PLAN output
drh
2018-05-02
*
Make sure that the likelihood() function does not mess up generation of
drh
2015-06-20
*
Pervent the likelihood() function from moving ON clause terms of a LEFT JOIN
drh
2015-06-18
*
Add the likely() function for symmetry with unlikely(). The likely(X)
drh
2014-06-17
*
If the user provides likelihood() data for a WHERE clause term used as part o...
dan
2014-04-25
*
Changes to the way the planner calculates the costs of various table and inde...
dan
2014-04-24
*
Use OP_Copy instead of OP_SCopy when moving results out of a subquery,
drh
2014-04-03
*
Fix query planner weights associated with choosing block-sorting. Fix
drh
2014-03-19
*
Improvements to likelihood processing so that commuting an unindexed term in
drh
2013-09-11
*
Additional unlikely() test cases. Logic tweaks to support test coverage.
drh
2013-09-11
*
Change the name of the two-argument unlikely() function to likelihood().
drh
2013-09-11