-
Notifications
You must be signed in to change notification settings - Fork 4.8k
[Bug] [SQL] PL/pgSQL scripts in version 3.x were incorrectly parsed, causing them to not run properly. #17040
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
Comments
The query type SQL too |
3.1.9 Running Properly |
Hi @SbloodyS i can help fix this issue |
I've assigned to you. Looking forward to your contribution. |
DhiyaneshwaranR
added a commit
to DhiyaneshwaranR/dolphinscheduler
that referenced
this issue
Apr 18, 2025
…ring SQL splitting
DhiyaneshwaranR
added a commit
to DhiyaneshwaranR/dolphinscheduler
that referenced
this issue
Apr 19, 2025
…ring SQL splitting
DhiyaneshwaranR
added a commit
to DhiyaneshwaranR/dolphinscheduler
that referenced
this issue
Apr 21, 2025
…ring SQL splitting
DhiyaneshwaranR
added a commit
to DhiyaneshwaranR/dolphinscheduler
that referenced
this issue
Apr 21, 2025
…ring SQL splitting
DhiyaneshwaranR
added a commit
to DhiyaneshwaranR/dolphinscheduler
that referenced
this issue
Apr 21, 2025
…ring SQL splitting
SbloodyS
pushed a commit
that referenced
this issue
Apr 23, 2025
Can we close this issue @SbloodyS ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
What happened
When I select the PostgreSQL data source in my workflow and use the non-query type to execute the following PL/pgSQL script:
It fails to run.
What you expected to happen
According to the logs, I think the issue was caused by splitting the complete PL/pgSQL error during SQL parsing.
How to reproduce
The issue can be reproduced simply by having multiple semicolons in the non-query SQL that gets executed.
Anything else
No response
Version
3.2.x
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: