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

Fixes all statement leaks in the driver. #455

Merged
merged 6 commits into from
Aug 28, 2017

Commits on Aug 18, 2017

  1. Configuration menu
    Copy the full SHA
    35cfed9 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Fix issues with resultset getting closed before it's consumed / closi…

    …ng statements when it's return type
    peterbae committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    d068bda View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. test

    peterbae committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    195719e View commit details
    Browse the repository at this point in the history
  2. Removed logic for closing a statement that is still used somewhere, a…

    …nd added a statement field that can be closed after the prepared statement is closed.
    peterbae committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    332a942 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary import

    peterbae committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    9859067 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Change formatting

    peterbae committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    94f8829 View commit details
    Browse the repository at this point in the history