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? |
|
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. |
Issue description
Go 1.15 will introduce a new
Validatorinterface, which may be implemented byConnto allow drivers to signal if a connection is valid or if it should be discarded:https://tip.golang.org/pkg/database/sql/driver/#Validator