-
Notifications
You must be signed in to change notification settings - Fork 558
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
can not parse "SET TIME ZONE 'UTC'" #303
Comments
@435201823 which sqlparser version did you use that worked? i switched back to 0.5.0 but it still not works |
The latest version of sqlparse still fails to parse SET TIME ZONE 'UTC' |
@alamb i think we could reopen this and discuss. i'm not familiar with how other db works, in postgrseql, TIMEZONE is the only variable that support |
Reopened -- I think the typical strategy in these cases is to reflect the difference between |
@alamb i updated the pr |
It was normal to parse "SET TIME ZONE 'UTC'" a few days ago. Today I tried to parse "SET TIME ZONE 'UTC'" and there was an error.
The text was updated successfully, but these errors were encountered: