-
Notifications
You must be signed in to change notification settings - Fork 140
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
SNOW-1433638: Symbol -- cannot be treated as a string. #949
Comments
thank you for reporting this error - checking it |
i'm not sure about the We'll take a look and fix it. I'll keep this thread updated with the progress. |
PR under review with the fix #957 |
Thank you for your patience here while we were undergoing a momentary code freeze period due to Summit. |
Will update this thread once more information is known about the next upcoming major release of the .NET driver which will carry this fix. edit: confirming with Product team; release should be available by mid-July 2024 |
fix released with Snowflake .NET driver version v4.0.0 in July 2024 |
Symbol -- cannot be treated as a string.
What version of .NET driver are you using?
3.1.0
What version of .NET framework are you using?
.net 8.0
1)
SELECT '--'
; can work properly and return the result "--".2)`
SELECT '--'
;
` encountered the following error.
SQL compilation error: parse error line 1 at position 9 near ''. syntax error line 1 at position 8 unexpected ';'.
When I was using version 2.1.0, both 1) and 2) could work properly. Do we need to make any changes?
I have checked the source code of version 3.1.0:
The text was updated successfully, but these errors were encountered: