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
bimap is useful for usage with newtypes, but you can't define a codec for Oid with it, because the codec will still accept int4 types - and you need to accept oid
I think there should just be a .accepts(name: String) method to change the type that this codec accepts
The text was updated successfully, but these errors were encountered:
bimap
is useful for usage with newtypes, but you can't define a codec forOid
with it, because the codec will still acceptint4
types - and you need to acceptoid
I think there should just be a
.accepts(name: String)
method to change the type that this codec acceptsThe text was updated successfully, but these errors were encountered: