Skip to content
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

Fix(bigquery): treat HASH as a reserved keyword #1721

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

georgesittas
Copy link
Collaborator

@georgesittas georgesittas commented Jun 5, 2023

Example:

> SELECT 1 HASH;
 Syntax error: Expected end of input but got keyword HASH at [1:10] 

@georgesittas georgesittas changed the title Fix(bigquery): make treat HASH as a reserved keyword Fix(bigquery): treat HASH as a reserved keyword Jun 5, 2023
@georgesittas georgesittas force-pushed the jo/bigquery_hash_is_reserved branch from e278266 to 34aa6c0 Compare June 5, 2023 18:16
@tobymao tobymao merged commit 95f7ac7 into main Jun 5, 2023
@tobymao tobymao deleted the jo/bigquery_hash_is_reserved branch June 5, 2023 20:22
adrianisk pushed a commit to adrianisk/sqlglot that referenced this pull request Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants