-
-
Notifications
You must be signed in to change notification settings - Fork 197
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: Dropping multiple types in Postgres #623
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.
@PreetamSing hello! Thank for the PR. A small suggestion)
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.
@PreetamSing thank you! LGTM!
@billy1624 @tyt2y3 can we make a small patch release with the fix? |
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.
Hey @PreetamSing, thanks for contributing!! What your thoughts on this? https://github.com/SeaQL/sea-query/pull/623/files#r1142999511
I agree, we should backport this to 0.28.x |
@billy1624, can you review the PR? |
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.
Thank you for the contribution.
Agreed. |
@billy1624 @tyt2y3 I merged changes and updated: https://github.com/SeaQL/sea-query/blob/0.28.x/CHANGELOG.md |
Bug Fixes
sea-query
version0.28.3
). This issue has been fixed.Changes
TypeDropStatement
.TypeDropStatement
.Other considerations
sea-orm
crate, if you merge this.