-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Implement database/sql/driver.Validator interface #1106
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
Comments
If anyone haven't started on this, I would like to have a look |
Go ahead. I assigned you :) |
@dilantha111 Hi, have you started on this? |
Hi @shogo82148 sorry that I was very too late to respond. But now my focus has been shifted, and no longer in go development. I think it's better someone else look into this. Thanks. |
@julienschmidt If you don't mind, I would like to send a PR for this issue. |
@trongbq Sounds good. I assigned you 😄 |
closed by #1174 |
Issue description
Go 1.15 will introduce a new
Validator
interface, which may be implemented byConn
to allow drivers to signal if a connection is valid or if it should be discarded:https://tip.golang.org/pkg/database/sql/driver/#Validator
The text was updated successfully, but these errors were encountered: