Skip to content

Add initial support for composite types #311

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

Merged
merged 1 commit into from
Jan 30, 2020
Merged

Conversation

kyleconroy
Copy link
Collaborator

Composite types are now handled correctly when set as a column type. Composite types are returned as strings, which is the value returned from lib/pq. I know that's not the most useful, but it is correct.

In the future, you'll be able to refer to individual fields on the composite type in select statements.

Fixes #309

@kyleconroy kyleconroy merged commit 7ed2d3c into master Jan 30, 2020
@kyleconroy kyleconroy deleted the composite-types branch January 30, 2020 17:23
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

Successfully merging this pull request may close these issues.

composite types don't work
1 participant