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

Merged
merged 2 commits into from
Dec 1, 2024

Conversation

andrewbaxter
Copy link
Contributor

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.
Copy link
Member

@tyt2y3 tyt2y3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

@tyt2y3 tyt2y3 merged commit 6771326 into SeaQL:master Dec 1, 2024
7 of 8 checks passed
@andrewbaxter
Copy link
Contributor Author

Thanks! 🎉

Copy link

github-actions bot commented Dec 1, 2024

🎉 Released In 0.32.1 🎉

Thank you everyone for the contribution!
This feature is now available in the latest release. Now is a good time to upgrade!
Your participation is what makes us unique; your adoption is what drives us forward.
You can support SeaQL 🌊 by starring our repos, sharing our libraries and becoming a sponsor ⭐.

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
2 participants