-
Notifications
You must be signed in to change notification settings - Fork 406
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
Add dataTypeCase & functionCase #689
Conversation
…ter into add-datatypeformat-option
…ter into add-datatypeformat-option
Other dialects might also not support it, haven't checked. But SQLite is the only one with data type named "ANY".
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
These had been mistakenly added to keywords, but those values can only appear quoted instide string when calling the cast function: CAST(expr AS STRING FORMAT 'ASCII') See: https://cloud.google.com/bigquery/docs/reference/standard-sql/format-elements#format_bytes_as_string
Really just one small test is enough for this.
But elsewhere treat it as data type.
I'm still not sure how to best handle the In many dialects array literals are written as In BigQuery one can write just At the moment in this PR the Will need to do more research into how the |
Continuation of PR #673