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
Do I make a PR with oid = int8 to hasql then? As a user I'd like to abstract over this coincidence and just find an oid decoder when looking for it on Hackage.
I agree that it should be added. If you wish to make a PR, please start with the "postgresql-binary" library, implementing a test for the codec in the same style as the other tests there.
I want to query PostgreSQL system tables, such as
pg_type
:There are stock decoders for
int2
,bool
,char
, etc, but I'm not sure what to use for columns of typeoid
orname
.The text was updated successfully, but these errors were encountered: