The Wayback Machine - https://web.archive.org/web/20201020113636/https://github.com/go-sql-driver/mysql/issues/656
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

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

Go 1.9 "Out" #656

pjebs opened this issue Sep 5, 2017 · 5 comments

Comments

@pjebs
Copy link

@pjebs pjebs commented Sep 5, 2017

@pieterlouw
Copy link

@pieterlouw pieterlouw commented Oct 16, 2017

Has anyone taken up this issue?

@julienschmidt
Copy link
Member

@julienschmidt julienschmidt commented Oct 16, 2017

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

@pieterlouw pieterlouw commented Oct 16, 2017

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

@julienschmidt julienschmidt commented Oct 16, 2017

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

@pieterlouw
Copy link

@pieterlouw pieterlouw commented Oct 17, 2017

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)

@julienschmidt julienschmidt modified the milestones: v1.5.0, v1.6.0 May 7, 2019
@julienschmidt julienschmidt modified the milestones: v1.6.0, v1.7.0 Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.