Commit 04bcabf
doc: clarify connection close behavior of context (go-sql-driver#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.1 parent 89e0c02 commit 04bcabf
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
522 | 525 | | |
523 | 526 | | |
524 | 527 | | |
| |||
0 commit comments