-
-
Notifications
You must be signed in to change notification settings - Fork 519
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 SQLx dependency to 0.6.x #808
Comments
Is there a PR for this yet? |
No active PR at the moment :P |
0.9 release definitely depends on this |
Yeah agreed, needs an update to time. I am wondering if chrono support should be just removed, its basically deprecated. |
Regarding unwanted dependencies, I think we can take advantage of |
sea-query and sea-schema is already upgraded to sqlx 0.6 and released |
I also don't oppose to change the default in SeaORM if a lib is deprecated. However is there an authoritative source for this information? |
Well its not dead but no release in two years and unpatched vulnerability. The current master is very different from the current release. You can keep it with the ? Thats true. |
@tyt2y3 did you mean me? |
Haha yes |
Hey @Sytten, do you mean generate entity with datetime field defined with |
Yes, please! I've created a PR for this but it's still WIP. Please check #834 and see if you have anything to add. Just feel free to push commits to the branch. I'll get back and work on it tomorrow. Thanks! :D |
Hey everyone, #834 is ready for review! :) |
Motivation
Upgrading SQLx dependency as well as the downstream dependencies such as
time
,uuid
,bigdecimal
, etc.Tasks
Additional Information
Potential Breaking Changes
SQLite
chrono::DateTime<FixedOffset>
timezone fixDateTime<FixedOffset>
will be stored in SQLite with the correct timezone instead of always in UTC.This was flagged as a "potentially breaking change" since it changes how dates are sent to SQLite.
Pool fixes and breaking changes
PoolOptions::connect_timeout
toacquire_timeout
for clarity.The text was updated successfully, but these errors were encountered: