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

add type UInt64 to avoid database/sql limitations #16

Merged
merged 1 commit into from
Feb 3, 2018
Merged

Conversation

bgaifullin
Copy link
Contributor

@bgaifullin bgaifullin commented Feb 3, 2018

the golang database/sql does to allow to use big uint64 values.
this PR provides a new type UInt64, which allows to wrap such kind of values to use in the driver.
fixes issue #11

@bgaifullin bgaifullin changed the title add type UInt64 to avoid database/sql limitations #11 add type UInt64 to avoid database/sql limitations Feb 3, 2018
@bgaifullin bgaifullin merged commit e270604 into master Feb 3, 2018
@bgaifullin bgaifullin deleted the develop branch February 3, 2018 21:35
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.

1 participant