Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] clarify connection close behavior of context #1606

Merged
merged 2 commits into from
Jul 24, 2024

Commits on Jul 9, 2024

  1. [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.
    chriskirkland committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e330067 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Update README.md

    Co-authored-by: Inada Naoki <songofacandy@gmail.com>
    chriskirkland and methane committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    92ef6f7 View commit details
    Browse the repository at this point in the history