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