-
-
Notifications
You must be signed in to change notification settings - Fork 48
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: values in compile_alter_sql #885
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.
just needs a test
Should I edit |
idk what youre talking about but sure i think |
oh, yes please |
adding tests are pretty simple if you could add one for enum |
Oh, sure, was thinking about it. |
Not sure about the quality of my tests tbh, but I added a test for the bug referenced in issue #885 and tests for changing an enum or adding it in a new table. If these are good, should I add similar ones for the other sql dialects? |
yes please, code looks good 👍 |
Hello, any update? |
fix #884
note that the change line 343 doesn't change anything as the function isn't used, but could be useful if this behavior is changed.
Works with the example given in the issue.