-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
"SELECT A[A'']" #1941
Comments
this is probably the |
Yeah. I'll fix. |
What's the failing query? I've tried |
The base problem is that |
The syntax is "<ident> <string>" where <ident> is a simple type name. So you can do stuff like "int '123'". This can also be accomplished via the CAST syntax. Fixes #1941
AST here:
https://gist.github.com/tschottdorf/d3495597e36581d621bd
reproduces as
go-fuzz.
The text was updated successfully, but these errors were encountered: