Check-in a9657c87c53c1922 is wrong: the IndexedExpr.bMaybeNullRow flag is...
Check-in a9657c87c53c1922 is wrong: the IndexedExpr.bMaybeNullRow flag is required for virtual columns if they are part of an outer join. Add a test case to prove it. (tags: branch-3.44)
View Article*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch....
*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch. (tags: begin-concurrent)
View Article*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)
*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)
View Article*MERGE* Merge the latest trunk enhancements into the bedrock branch. (tags:...
*MERGE* Merge the latest trunk enhancements into the bedrock branch. (tags: bedrock)
View Article*MERGE* Merge all recent trunk enhancements into the reuse-schema branch....
*MERGE* Merge all recent trunk enhancements into the reuse-schema branch. (tags: reuse-schema)
View ArticleExperimental enhancement in which expressions of the form "expr IN table" can...
Experimental enhancement in which expressions of the form "expr IN table" can be pushed down into subexpressions. (tags: pushdown-IN-table)
View ArticleGeneralize the pushdown of IN right-hand sides to cover more SELECTs. (tags:...
Generalize the pushdown of IN right-hand sides to cover more SELECTs. (tags: pushdown-IN-table)
View ArticleGeneralize pushdown to allow any uncorrelated subquery to be pushed down....
Generalize pushdown to allow any uncorrelated subquery to be pushed down. (tags: pushdown-subquery)
View ArticleImprovements to the accurancy of the fuzzinvariants.c testing module when...
Improvements to the accurancy of the fuzzinvariants.c testing module when SQLITE_ALLOW_ROWID_IN_VIEW is defined and the test query involves rowids. (tags: trunk)
View Article*MERGE* Merge testing logic fixes on trunk into the pushdown-subquery branch....
*MERGE* Merge testing logic fixes on trunk into the pushdown-subquery branch. (tags: pushdown-subquery)
View ArticleDo not allow changes to sqlite3ExprIsTableConstant() that support pushdown of...
Do not allow changes to sqlite3ExprIsTableConstant() that support pushdown of subqueries interfere with the hash-join logic. (tags: pushdown-subquery)
View ArticleAdd comments to note the name abiguity between the MySQL push-down...
Add comments to note the name abiguity between the MySQL push-down optimization and the WHERE-clause push-down optimization. (tags: wrong-branch)
View ArticleAdd comments to note the name abiguity between the MySQL push-down...
Add comments to note the name abiguity between the MySQL push-down optimization and the WHERE-clause push-down optimization. (tags: trunk)
View Article*MERGE* Merge trunk enhancements into the pushdown-subquery branch. (tags:...
*MERGE* Merge trunk enhancements into the pushdown-subquery branch. (tags: pushdown-subquery)
View ArticleIf SQLITE_ALLOW_ROWID_IN_VIEW is set to 2, then all rowids for views return a...
If SQLITE_ALLOW_ROWID_IN_VIEW is set to 2, then all rowids for views return a value of NULL. (tags: trunk)
View ArticleOmit all rowid-in-view restrictions from the fuzzinvariant.c test module as...
Omit all rowid-in-view restrictions from the fuzzinvariant.c test module as they are no longer necessary, as of the previous check-in. (tags: trunk)
View Article*MERGE* Merge trunk testing enhancements into the pushdown-subquery branch....
*MERGE* Merge trunk testing enhancements into the pushdown-subquery branch. (tags: pushdown-subquery)
View ArticleEnhancements to the fuzzer invariant checker to turn optimizations on and...
Enhancements to the fuzzer invariant checker to turn optimizations on and off. (tags: pushdown-subquery)
View ArticleFix a harmless compiler warning in the ICU extension due to...
Fix a harmless compiler warning in the ICU extension due to [acddbc489d5231da]. (tags: trunk)
View Article*MERGE* Enhance the WHERE-clause push-down optimization so that it is able to...
*MERGE* Enhance the WHERE-clause push-down optimization so that it is able to push down WHERE clause terms that contain uncorrelated subqueries. (tags: trunk)
View Article