Skip to content

database/sql: possible inconsistent handling of types in convertAssign #18101

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

Closed
kardianos opened this issue Nov 29, 2016 · 2 comments
Closed
Milestone

Comments

@kardianos
Copy link
Contributor

See #15174 (comment)

In convertAssign, we check for numbers but not strings. If this is intentional it should documented why, otherwise consider adding checks for string types.

@kardianos
Copy link
Contributor Author

I think we should add these checks to the default converter for consistency. The code is small and aligns well with the rest of the driver.IsValid checks.

@gopherbot
Copy link
Contributor

CL https://golang.org/cl/39031 mentions this issue.

@golang golang locked and limited conversation to collaborators Mar 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants