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
The postgres crate has an issue with unsigned integers. There's a few spots where u32 and u64 have to be cast as signed integers. They may be a crate for this.
Probably use rust-decimal with the db-postgres feature.
The text was updated successfully, but these errors were encountered:
The
postgres
crate has an issue with unsigned integers. There's a few spots whereu32
andu64
have to be cast as signed integers. They may be a crate for this.db-postgres
feature.The text was updated successfully, but these errors were encountered: