Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #830, remove incorrect restriction on recursive CTE #835

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

andrewbaxter
Copy link

I tested this with sqlite and the queries execute successfully. It's possible that there are other incorrect behaviors that can be pre-emptively caught, perhaps those could be added in a new PR later.

PR Info

Bug Fixes

  • Remove incorrect restriction on recursive CTE

Andrew Baxter added 2 commits November 9, 2024 02:49
I tested this with sqlite and the queries execute successfully. It's
possible that there are other incorrect behaviors that can be
pre-emptively caught, perhaps those could be added in a new PR later.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple CTEs should be allowed in recursive WithQuery
1 participant