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
This leads to errors like "mismatched types; Rust type `eris::db::ActivityKind` (as SQL type activity_kind) is not compatible with SQL type " with the following types.
This leads to errors like
"mismatched types; Rust type `eris::db::ActivityKind` (as SQL type activity_kind) is not compatible with SQL type "
with the following types.Minimal reproduction: https://gist.github.com/Celti/7a9bc788ace5620825096961ce88ab70
This is with sqlx 0.3.3 and postgres 12.2.
The text was updated successfully, but these errors were encountered: