-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
Bump version of sqlx, sea-query, sea-schema, time and uuid #834
Conversation
ca93b92
to
518be76
Compare
518be76
to
b1101ea
Compare
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.
@billy1624 thank you, small comments.
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.
LGTM!
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.
Awesome! Thank you all
PR Info
Breaking Changes
time
to ^0.3sqlx
to ^0.6uuid
to ^1sea-query
to ^0.26sea-schema
to ^0.9.2SQLite
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.