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

Go lang SQL driver convert int8, int16, int32 to int64 by default #25

Closed
amsokol opened this issue Jan 4, 2019 · 1 comment
Closed
Labels
bug Something isn't working
Milestone

Comments

@amsokol
Copy link
Owner

amsokol commented Jan 4, 2019

How to fix:

  1. Disable driver.NamedValue.Value default converting
  2. Add pointer to value converting
  3. Add support for Go lang int type
amsokol pushed a commit that referenced this issue Jan 4, 2019
@amsokol amsokol added this to the v0.12.2 milestone Jan 4, 2019
@amsokol
Copy link
Owner Author

amsokol commented Jan 4, 2019

Done

@amsokol amsokol closed this as completed Jan 4, 2019
@amsokol amsokol added the bug Something isn't working label Jan 4, 2019
@amsokol amsokol changed the title BUG: Go lang SQL driver convert int8, int16, int32 to int64 by default Go lang SQL driver convert int8, int16, int32 to int64 by default Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant