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 upImplement 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? |
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