Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support NAME data type #43

Open
cretz opened this issue Dec 12, 2016 · 2 comments
Open

Support NAME data type #43

cretz opened this issue Dec 12, 2016 · 2 comments

Comments

@cretz
Copy link
Contributor

cretz commented Dec 12, 2016

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

@rzeigler
Copy link

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.

@cretz
Copy link
Contributor Author

cretz commented Feb 14, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants