Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stmt.Close() returns nil when double close (#1642)
ErrBadConn needs special care to ensure it is safe to retry. To improve maintenance, I don't want to use the error where I don't have to. Additionally, update the old comment about Go's bug that had been fixed long time ago.
- Loading branch information