aboutsummaryrefslogtreecommitdiff
path: root/test/whereG.test
Commit message (Expand)AuthorAge
* Remove unnecessary "www." prefixes on domain names in URLs.drh2025-04-10
* Back out an incorrect change to the sqlite3ExprCompareSkip() function thatdrh2023-11-20
* An index on the expression "likely(X)" should store the true value of X,drh2021-06-14
* Fix a bad interaction between constant propagation and transitive term handli...dan2021-04-15
* Revise tests cases to align with the new EXPLAIN QUERY PLAN output.drh2021-03-20
* Test case updates.drh2020-10-22
* Check-in [1d4f86201dab9a22] changed a testcase() to an assert() because wedrh2020-06-14
* The OP_ResultRow opcode releases the SCopy dependences on all its registers,drh2019-12-31
* Fix the likely(), unlikely(), and likelihood() functions so that they havedrh2019-08-22
* Fix test cases so that they work with the new EXPLAIN QUERY PLAN outputdrh2018-05-02
* Make sure that the likelihood() function does not mess up generation ofdrh2015-06-20
* Pervent the likelihood() function from moving ON clause terms of a LEFT JOINdrh2015-06-18
* Add the likely() function for symmetry with unlikely(). The likely(X)drh2014-06-17
* If the user provides likelihood() data for a WHERE clause term used as part o...dan2014-04-25
* Changes to the way the planner calculates the costs of various table and inde...dan2014-04-24
* Use OP_Copy instead of OP_SCopy when moving results out of a subquery,drh2014-04-03
* Fix query planner weights associated with choosing block-sorting. Fixdrh2014-03-19
* Improvements to likelihood processing so that commuting an unindexed term indrh2013-09-11
* Additional unlikely() test cases. Logic tweaks to support test coverage.drh2013-09-11
* Change the name of the two-argument unlikely() function to likelihood().drh2013-09-11