Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: clarify connection close behavior of context (#1606)
Updates the README to make it clear that `go-sql-driver/mysql` closes the current connection if the `context.Context` provided to `ExecContext`, `SelectContext`, etc. is cancelled or times out prior to the query returning.
- Loading branch information