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

support uint64 parameters with high bit set #332

Merged
merged 4 commits into from
May 3, 2015

Conversation

arnehormann
Copy link
Member

fixes #329


type converter struct{}

func (converter) ConvertValue(v interface{}) (driver.Value, error) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return v, nil
}

if svi, ok := v.(driver.Valuer); ok {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arnehormann
Copy link
Member Author

PTAL

@julienschmidt
Copy link
Member

LGTM

@julienschmidt julienschmidt added this to the v1.3 milestone May 2, 2015
arnehormann added a commit that referenced this pull request May 3, 2015
support uint64 parameters with high bit set
@arnehormann arnehormann merged commit 0cc29e9 into go-sql-driver:master May 3, 2015
@arnehormann arnehormann deleted the uint64params branch May 3, 2015 06:08
freemanoid added a commit to freemanoid/beedoc that referenced this pull request Apr 8, 2018
According to go-sql-driver/mysql#332 it's not an issue anymore?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support uint64 parameters
2 participants