index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
join8.test
Commit message (
Expand
)
Author
Age
*
Further to [46639f682975dac6], the parameters of a table valued function that
drh
2023-02-27
*
Do not use a Bloom filter if any outer loop lacks STAT1 data, since without
drh
2023-02-05
*
The query flattener should not run if the subquery is a compound that contains
drh
2022-07-13
*
Do not allow FROM-clause terms on the left side of a RIGHT or FULL JOIN to
drh
2022-06-20
*
Do not allow an ON clause to references tables to its right if there is a
drh
2022-06-20
*
The fix at [cab9b4cccd13bf0a] was incomplete, as demonstrated by
drh
2022-06-20
*
Fix the OP_NullRow opcode so that it works even if it applied to an
drh
2022-06-14
*
Do not remove the EP_CanBeNull flag from expressions during a LEFT JOIN
drh
2022-06-13
*
The same restrictions on the use of WHERE clause terms to drive indexes
drh
2022-06-10
*
Do not allow constant propagation between WHERE-clause terms and ON-clause terms
drh
2022-06-10
*
Fix the query flattener to deal with a RIGHT JOIN corner case described
drh
2022-06-07
*
Test cases for [forum:/forumpost/323f86cc30|forum post 323f86cc30] added
drh
2022-06-07
*
Extra test cases for outer joins.
dan
2022-06-06
*
Do not allow a WHERE clause constraint to be used to drive an index for
drh
2022-06-06
*
Ensure that all necessary row-value subqueries are invoked while running
drh
2022-06-01
*
Additional enhancements to the test cases.
drh
2022-06-01
*
Fix test cases in the previous check-in to make them postgres-compatible.
drh
2022-06-01
*
Test case for [forum:/forumpost/087de2d9ec|forum post 087de2d9ec] showing
drh
2022-06-01
*
Add test cases for
drh
2022-05-31
*
For an outer join, then ON-clause constraints need to be evaluated at just
drh
2022-05-30
*
Do not allow the right operand of a RIGHT JOIN to be reordered with other
drh
2022-05-25
*
When an ON clause on an INNER JOIN references a table to the right of
drh
2022-05-24
*
New test cases to further demonstrate the difference in name matching rules
drh
2022-05-23
*
Do not allow an index scan on an index-on-expression for a RIGHT JOIN because
drh
2022-05-14
*
Improvements to the decision of when to check ON constraints for an inner
drh
2022-05-14
*
Walk back the optimization from check-in [cc458317bd77046c] that tries to
drh
2022-05-13
*
Ensure that ON clauses are applied to the correct outer join.
drh
2022-05-12
*
New requirement marks.
drh
2022-05-10
*
Fix ON-clause constraint usage for FULL and RIGHT JOINs.
drh
2022-05-04
*
Simplified fix to the problem with subroutine reuse in the RIGHT JOIN no-match
drh
2022-04-30
*
Further improvements to codeEqualityTerm() for cases when an IN operator with
drh
2022-04-30
*
Enhance the codeEqualityTerm() routine inside the code generator so that it is
drh
2022-04-29
*
Prevent the ORDER BY LIMIT optimization from running if the innermost loop
drh
2022-04-23
*
Previous fix to join8.test needs a return.
drh
2022-04-21
*
Disable join8.test if the build lacks support for virtual tables.
drh
2022-04-21
*
Make sure the code generator knows to invoke row-value subroutines which
drh
2022-04-21
*
Change the row-value initialization subroutine call from within the
drh
2022-04-18
*
Do not allow an empty table bypass to jump outside of a right-join body
drh
2022-04-18
*
New test cases, one of which is failing, indicating a bug that needs fixing.
drh
2022-04-16
*
Record the three known big issues with the current RIGHT JOIN design in
drh
2022-04-14
*
Ensure that the JT_LTORJ bit in the SrcItem.fg.jointype is preserved during
drh
2022-04-12