-
Notifications
You must be signed in to change notification settings - Fork 15.4k
chore: bump sqlglot to latest version (27.3.0) #34302
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c522f22
to
cf09048
Compare
cf09048
to
4e59bf7
Compare
@@ -644,7 +644,7 @@ def is_mutating(self) -> bool: | |||
# depending on the dialect (Oracle, MS SQL) the `ALTER` is parsed as a | |||
# command, not an expression - check at root level | |||
if isinstance(self._parsed, exp.Command) and self._parsed.name == "ALTER": | |||
return True | |||
return True # pragma: no cover |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This depends on the version of sqlglot
being used.
SUMMARY
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION