-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Upgrade SeaQuery at SeaORM root to v0.27 #985
Conversation
@billy1624, hello! I think we can combine your PR and mine PR: #970 |
Agree! |
Update Cargo.toml Co-authored-by: Billy Chan <[email protected]>
issues-969 Fix sqlx_query function
…-binder issues-969 Replace sea-query-driver to sea-query-binder
5f97cb5
to
7e46e23
Compare
7e46e23
to
77bddd8
Compare
@billy1624 hello! Why didn't we use ColumnDef and ColumnType from sea-query? |
This is a good question. The primary motivation is SeaQuery integer types have the optional (and meaningless and deprecated) column width parameter , i.e. The ethos is, SeaORM is higher-level and so should provide some reasonable defaults. |
Definitely add some test cases for sqlx-postgres-array! |
I will add that in a separate PR. Let's focus on bumping SeaQuery version on this PR. |
Hey @tyt2y3, ready for review as well. |
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 both of you!
Strange, there are still failure https://github.com/SeaQL/sea-orm/actions/runs/3275174232/jobs/5389786280 |
We need to publish a new version for |
I noticed that if you use the ipnetwork or the mac_address feature in sea-query-binder, you get an error in sea-Tom, because they are not supported. Is this a known issue? |
PR Info
Closes Support sea-query-binder #969
Dependencies:
rust_decimal
&bigdecimal
as f64 sea-query#480Dependents:
fmt::Display
forActiveEnum
#986Breaking Changes