Skip to content

Generate nested CTEs to simplify SQL#1992

Merged
plypaul merged 7 commits intomainfrom
p/nested_cte
Mar 12, 2026
Merged

Generate nested CTEs to simplify SQL#1992
plypaul merged 7 commits intomainfrom
p/nested_cte

Conversation

@plypaul
Copy link
Contributor

@plypaul plypaul commented Mar 12, 2026

CTEs are currently generated for the largest common branches. This PR updates CTE generation to recursively inspect those branches for additional common sub-branches.

@cla-bot cla-bot bot added the cla:yes label Mar 12, 2026
@plypaul plypaul marked this pull request as ready for review March 12, 2026 05:54
@plypaul plypaul requested a review from a team as a code owner March 12, 2026 05:55
@plypaul plypaul changed the title Generated nested CTEs to simplify SQL Generate nested CTEs to simplify SQL Mar 12, 2026
@plypaul plypaul merged commit f296c27 into main Mar 12, 2026
13 checks passed
@plypaul plypaul deleted the p/nested_cte branch March 12, 2026 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants