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

moving driver specific functions #10

Merged
merged 7 commits into from
Jun 13, 2018

Commits on Jun 12, 2018

  1. moving driver specific functions

    for SQLServerPreparedStatement
    rene-ye committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    4d3b189 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. changes for CallableStatement

    repeptitive delcarations
    rene-ye committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    25f434a View commit details
    Browse the repository at this point in the history
  2. changes for ISQLServerConnection

    there are problems with moving all Driver sepcific public methods. SQLServerConnectionPoolProxy also implements this interface and there are many public APIs (such as preparedstmt cacheing stuff) which it doesn't implement, and cannot be moved into the interface at this time.
    rene-ye committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    02f77fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d34fc6 View commit details
    Browse the repository at this point in the history
  4. lambda touch-up

    should generally stick to 1 line if possible.
    rene-ye committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    ad4db2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c8fd20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8aa4a5a View commit details
    Browse the repository at this point in the history