index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
pushdown.test
Commit message (
Expand
)
Author
Age
*
Ensure that the query flattener does not change an ON clause term to a WHERE ...
dan
2024-12-02
*
Be more aggressive about reusing subqueries that appear on the RHS of IN
drh
2024-07-04
*
Show the creation of IN-operator Bloom filters in the EXPLAIN QUERY PLAN output.
drh
2024-07-03
*
Merge trunk enhancements into the pushdown-subquery branch.
drh
2024-04-07
|
\
|
*
Add comments to note the name abiguity between the MySQL push-down
drh
2024-04-07
*
|
Experimental enhancement in which expressions of the form "expr IN table"
drh
2024-04-05
|
/
*
As evidenced by [forum:/forumpost/f3f546025a|forum post f3f546025a], the
drh
2023-05-15
*
New restriction on the push-down optimization to prevent an ON or USING clause
drh
2023-05-10
*
Enable the count-of-view optimization by default.
drh
2023-02-22
*
Remove the push-down optimization restriction that was added by
drh
2023-02-22
*
If the SELECT that implements a subquery or a VIEW or a CREATE TABLE AS is
drh
2022-12-14
*
Back out the part of the change in [88a05141c28e5ff1] that adds affinity to
drh
2022-12-14
*
Add restriction (9) to the push-down optimization: If the subquery is
drh
2022-11-25
*
Remove some 'breakpoint' commands in test files.
mistachkin
2017-07-19
*
Fix another problem on this branch.
dan
2017-07-10
*
Within a loop that uses a non-covering index test, test non-indexed terms that
dan
2017-04-28