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
cornucopia can panic when types are incorrect during row.get. This can cause a server to crash.
This can occur when a table schema changes, and in particular, if nullability changes aren't updated correctly in all queries. (#226)
Can you provide a function try_bind that uses try_get?
cornucopia
can panic when types are incorrect duringrow.get
. This can cause a server to crash.This can occur when a table schema changes, and in particular, if nullability changes aren't updated correctly in all queries. (#226)
Can you provide a function
try_bind
that usestry_get
?See this example: https://github.com/Dowwie/tokio-postgres-mapper
The text was updated successfully, but these errors were encountered: