-
Notifications
You must be signed in to change notification settings - Fork 43
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
WITH RECURSIVE my_func error #33
Comments
Is there a way I can contribute? I saw you use a DSL for the parser, but I don't have the expertise on how to use it. |
Hi, it's coming soon ! Incidentally, your request has lead me to a non trivial refactoring... thus the delay :) |
I see. Thanks man. I'm not surprised. A DSL that can handle recursion is surely not trivial! Thanks! |
Hi ! Fixed in See breaking changes with the 8.0.0 major release. Sorry for the delay :) |
Awesome. I'll give it a go tomorrow. |
Sorry, It took me longer then expected. I found an issue related to the RECURSIVE function. I made the following issue for it #44 |
When writing a recursive function starting with
WITH RECURSIVE my_func() as ()
I'll get the following error
Postgres documentation for this feature: https://www.postgresql.org/docs/9.1/queries-with.html
https://www.postgresqltutorial.com/postgresql-recursive-query/
The text was updated successfully, but these errors were encountered: