You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When encoding a chrono duration sqlx converts it into an std duration which doesn't support negative durations. Durations from the time crate aren't handled this way.
When encoding a chrono duration sqlx converts it into an std duration which doesn't support negative durations. Durations from the time crate aren't handled this way.
The conversion
sqlx/sqlx-core/src/postgres/types/interval.rs
Line 153 in 65222a6
The expect that panics
sqlx/sqlx-core/src/postgres/types/interval.rs
Line 135 in 65222a6
The text was updated successfully, but these errors were encountered: