Skip to content
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

feat: add MySqlTime, audit mysql::types for panics #3154

Merged
merged 1 commit into from
Mar 30, 2024

Conversation

abonander
Copy link
Collaborator

@abonander abonander commented Mar 25, 2024

Also clarifies the handling of TIME (we never realized it's used for both time-of-day and signed intervals) and adds appropriate impls for std::time::Duration, time::Duration, chrono::TimeDelta

fixes #3144
fixes #2691

@abonander abonander force-pushed the ab/mysql-types-fixes branch 3 times, most recently from 0aec17f to da33cde Compare March 28, 2024 03:04
Also clarifies the handling of `TIME` (we never realized it's used for both time-of-day and signed intervals) and adds appropriate impls for `std::time::Duration`, `time::Duration`, `chrono::TimeDelta`
@abonander abonander force-pushed the ab/mysql-types-fixes branch from da33cde to e024139 Compare March 28, 2024 03:08
@abonander abonander marked this pull request as ready for review March 28, 2024 03:17
@abonander abonander merged commit 7102a7a into main Mar 30, 2024
62 checks passed
@abonander abonander deleted the ab/mysql-types-fixes branch March 30, 2024 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant