-
Notifications
You must be signed in to change notification settings - Fork 147
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 sqlglot>=23.0.0 issue #2079
Conversation
I think there will also be similar updates needed to SQLTask and _exact_match_colname |
Oops - that's me being overly optimistic, and also forgetting the tests are running against old SQL glot so of course they pass. Good spot. I've updated the other methods, and updated the lockfile. You can see in CI that tests passed for both the old and the new lockfile so i think we should be covered. |
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.
Thanks Robin, this looks great.
Just to confirm, I've tested the code against the following SQLglot versions:
- 23.0.0
- 19.0.0
- 13.0.0
Everything is working as expected.
Closes #2072, see that issue for details
Closes #2075
Closes #2076