Skip to content

Add all numeric array data types #96

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
Feb 28, 2012
Merged

Add all numeric array data types #96

merged 1 commit into from
Feb 28, 2012

Conversation

chowey
Copy link
Contributor

@chowey chowey commented Feb 13, 2012

We can use parseIntegerArray to correctly parse any numeric array.
We just have to register the correct oids.

We can use `parseIntegerArray` to correctly parse *any* numeric array.
We just have to register the correct oids.
@chowey
Copy link
Contributor Author

chowey commented Feb 13, 2012

This handles issue #93.

I have a query that returns an array of float8s. Right now I have monkey-patched pg with the above commit to keep my stuff working.

@brianc
Copy link
Owner

brianc commented Feb 15, 2012

this looks good, i'll merge this after work today. thanks!

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.

2 participants