-
-
Notifications
You must be signed in to change notification settings - Fork 692
Upgrade SQLx dependency to 0.6.x #808
Copy link
Copy link
Closed
Milestone
Description
Motivation
Upgrading SQLx dependency as well as the downstream dependencies such as time, uuid, bigdecimal, etc.
Tasks
- Upgrade to SQLx 0.6.x
- Upgrade to time 0.3.x
- Upgrade to uuid 1.x
Additional Information
Potential Breaking Changes
- Sqlite chrono::DateTime<FixedOffset> timezone fix launchbadge/sqlx#1618
SQLitechrono::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 launchbadge/sqlx#1901
Pool fixes and breaking changes- Renamed
PoolOptions::connect_timeouttoacquire_timeoutfor clarity.
- Renamed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done