You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation of SQL UDF failed: SQL compilation error: syntax error line 1 at position 1 unexpected 'select'. syntax error line 2 at position 9 unexpected ''Result: ''. syntax error line 2 at position 29 unexpected ')'.
Steps to Reproduce
Copy configuration
Replace database and schema
Terraform apply
How much impact is this issue causing?
High
Logs
No response
Additional Information
No response
Would you like to implement a fix?
Yeah, I'll take it 😎
The text was updated successfully, but these errors were encountered:
epmenard-ia
changed the title
[Bug]: SQL Function does not handle multi-line statements and single quotes
[Bug]: SQL Function does not handle multi-line statements
Sep 19, 2024
Terraform CLI Version
1.9.4
Terraform Provider Version
0.95.0
Terraform Configuration
Category
category:resource
Object type(s)
resource:function
Expected Behavior
The query should be able to handle carriage returns and should escape single quotes using a second single quote.
Actual Behavior
request injects newlines
Steps to Reproduce
How much impact is this issue causing?
High
Logs
No response
Additional Information
No response
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: