aboutsummaryrefslogtreecommitdiff
path: root/test/join7.test
Commit message (Expand)AuthorAge
* New FULL JOIN test cases. No changes to code.drh2022-05-31
* Fix problems with WHERE clauses that follow multiple FULL JOINs. Thisdrh2022-04-18
* Fix handling of "continue" and "break" from inside the loop for the rightdrh2022-04-11
* Do not attempt the LEFT JOIN strength reduction optimization on a FULL JOIN.drh2022-04-11
* New test cases.drh2022-04-11
* Make a distinction between (1) WHERE clause constraints, (2) ON/USINGdrh2022-04-11
* Do not allow query flattening nor the push-down optimization on thedrh2022-04-11
* Cannot use an automatic index on the right table of a RIGHT JOIN becausedrh2022-04-10
* Revisit [f84b2beca7197589]: disallow co-routine implementations of tablesdrh2022-04-10
* When the left-most table of a RIGHT JOIN is implemented as a co-routine, drh2022-04-10
* More test cases and bug fixes.drh2022-04-10
* More RIGHT JOIN test cases and a bug fix.drh2022-04-10
* Add a simple test case. (It is not difficult to create additional testdrh2022-04-09