index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
join7.test
Commit message (
Expand
)
Author
Age
*
New FULL JOIN test cases. No changes to code.
drh
2022-05-31
*
Fix problems with WHERE clauses that follow multiple FULL JOINs. This
drh
2022-04-18
*
Fix handling of "continue" and "break" from inside the loop for the right
drh
2022-04-11
*
Do not attempt the LEFT JOIN strength reduction optimization on a FULL JOIN.
drh
2022-04-11
*
New test cases.
drh
2022-04-11
*
Make a distinction between (1) WHERE clause constraints, (2) ON/USING
drh
2022-04-11
*
Do not allow query flattening nor the push-down optimization on the
drh
2022-04-11
*
Cannot use an automatic index on the right table of a RIGHT JOIN because
drh
2022-04-10
*
Revisit [f84b2beca7197589]: disallow co-routine implementations of tables
drh
2022-04-10
*
When the left-most table of a RIGHT JOIN is implemented as a co-routine,
drh
2022-04-10
*
More test cases and bug fixes.
drh
2022-04-10
*
More RIGHT JOIN test cases and a bug fix.
drh
2022-04-10
*
Add a simple test case. (It is not difficult to create additional test
drh
2022-04-09