Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Implement database/sql/driver.Validator interface #1106
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. |
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