postgres-async-driver icon indicating copy to clipboard operation
postgres-async-driver copied to clipboard

Support NAME data type

Open cretz opened this issue 8 years ago • 2 comments

Simply add the NAME oid to the StringConversions and NAME_ARRAY to the array conv. It is used for object names in postgres.

cretz avatar Dec 12 '16 20:12 cretz

I ran into this as well. As a stopgap, I produced a new type wrapper around String to use the user defined type conversion logic and it seems to work fine.

rzeigler avatar Feb 14 '18 17:02 rzeigler

I just did a ::VARCHAR in the query to cast.

cretz avatar Feb 14 '18 19:02 cretz