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

Release connection when query cannot be built #65

Merged
merged 3 commits into from
Sep 8, 2017

Commits on Jul 27, 2017

  1. Release connection when query cannot be built

    This was leaking connection when a query could not be build - ie if an invalid column name was used.
    More info here - crystal-lang/crystal-mysql#40
    crisward authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    4fe3884 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Release connection when unprepared statements can't be built

    Add specs
    Fix typo in docs
    Brian J. Cardiff committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    9b03aa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    966b5ac View commit details
    Browse the repository at this point in the history