-
Notifications
You must be signed in to change notification settings - Fork 99
Sql function: False error flag - Invalid statement: unterminated dollar-quoted string at or near "$$ #368
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
Labels
bug
Something isn't working
Comments
Would it be possible to get a log file from opening the file to to the error happening? |
I think you meant the local log file, right? Probably we could add a link to the log docs or the file paths to the bug template. |
Thanks for sharing!! That helps a lot. And good point with the docs link. Will add it. 🫶🏼 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Describe the bug
If I start to edit functions, frequently but not always, the following error message appears even if the code is correct:
Invalid statement: unterminated dollar-quoted string at or near "$$
To Reproduce
I was not able to reproduce it. It happens frequently, but I could not find a pattern yet.
Expected behavior
$$ quotes are correct code.
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Additional context
Probably related to #327 ?
An other idea of mine is that it might be connected to plpgsql functions.
It appears in a file which I use to test different generated types of the supabase type generator. Probably this could help as context or test cases.
The text was updated successfully, but these errors were encountered: