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 1.9 "Out" #656

Closed
pjebs opened this issue Sep 5, 2017 · 5 comments
Closed

Go 1.9 "Out" #656

pjebs opened this issue Sep 5, 2017 · 5 comments

Comments

@pjebs
Copy link

pjebs commented Sep 5, 2017

https://golang.org/pkg/database/sql/#Out

See: #569

@pieterlouw
Copy link

Has anyone taken up this issue?

@julienschmidt
Copy link
Member

Not that I am aware of. If you want to work on it feel free to do so. Let us know if you need any help.

@pieterlouw
Copy link

Thanks. So to understand the problem, basically the issue is that the driver don't support the new feature added in Go 1.9?

@julienschmidt
Copy link
Member

Go 1.9 introduced a new interface which drivers may optionally implement. So far it isn't implemented in this driver.

@pieterlouw
Copy link

I've started and added a function called CheckNamedValue to mysqlConn to satisfy the driver. NamedValueChecker interface , however I receive this error (mysql: driver does not support the use of Named Parameters) which means named parameters should be supported first before the Out parameter can be supported (see #561)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants