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

SelectValue(s) should return proper type #19

Closed
jackc opened this issue Jun 25, 2013 · 0 comments
Closed

SelectValue(s) should return proper type #19

jackc opened this issue Jun 25, 2013 · 0 comments

Comments

@jackc
Copy link
Owner

jackc commented Jun 25, 2013

Instead of SelectString, SelectIn16, SelectInt32, etc. have a SelectValue that returns interface{}. The actual value should be correctly typed by using the PostgreSQL type system.

Also, SelectAll* should be changed the same way (probably rename to SelectValues).

jackc added a commit that referenced this issue Jun 29, 2013
@jackc jackc closed this as completed in 520da3a Jun 29, 2013
jackc added a commit that referenced this issue Feb 21, 2022
Extend handling of unexpected EOF to the backend
This issue was closed.
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

1 participant