index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
join2.test
Commit message (
Expand
)
Author
Age
*
Ensure that the WhereInfo.revMask bitmap is adjusted when tables are removed
drh
2024-09-05
*
The check-in at [198b3e33dcfd74c7] caused a performance regression for some
drh
2023-03-11
*
When flattening the right operand of a LEFT JOIN
drh
2023-03-02
*
When flattening a view that is the right operand of a LEFT JOIN, using
drh
2023-03-01
*
New test cases, one of which is failing, indicating a bug that needs fixing.
drh
2022-04-16
*
New test cases added.
drh
2022-04-11
*
Show LEFT and RIGHT JOIN processing in the EXPLAIN QUERY PLAN output.
drh
2022-04-11
*
Revise tests cases to align with the new EXPLAIN QUERY PLAN output.
drh
2021-03-20
*
Do not skip over TK_IF_NULL_ROW operators when bypassing TK_COLLATE operators.
drh
2020-08-19
*
Ensure affinity is not discarded from a view column if the view appears on th...
dan
2020-04-25
*
Fix a case in which SQLite could fail to identify "x BETWEEN ? AND ?" being t...
dan
2019-12-23
*
Fix test cases so that they work with the new EXPLAIN QUERY PLAN output
drh
2018-05-02
*
The push-down optimization was being too aggressive such that it sometimes
drh
2018-03-27
*
If terms of the WHERE clause require that the right table in a LEFT JOIN
drh
2018-03-20
*
Fix a failing assert() in the new code on this branch.
dan
2018-01-31
*
Update the omit-left-join optimization so that it works in some cases when the
dan
2018-01-29
*
Fix a problem in the omit-table-from-left-join optimization
drh
2017-11-23
*
Update the omit-table-from-left-join optimization so that it can omit tables
dan
2017-11-21
*
Fix a typo in a test script on this branch.
dan
2017-11-20
*
Fix a problem preventing the planner from identifying scans that visit at most
dan
2017-11-20
*
Add a test case for ticket [25e335f802dd].
dan
2017-01-10
*
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT ...
danielk1977
2005-01-21
*
Add the ability to group FROM terms using parentheses. Names of columns in
drh
2004-01-24