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

Making driver default compliant to JDBC 4.2 Specs #711

Merged
merged 59 commits into from
Jun 29, 2018

Commits on May 4, 2018

  1. Feature | Added support for JDK 10 in both Maven and Gradle - builds …

    …jre10 jars for the driver, replacing jre9
    cheenamalhotra committed May 4, 2018
    Configuration menu
    Copy the full SHA
    129459b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

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

Commits on May 8, 2018

  1. Configuration menu
    Copy the full SHA
    9cead24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfc3c89 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Remove unwanted space

    cheenamalhotra committed May 18, 2018
    Configuration menu
    Copy the full SHA
    3fc6e68 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Configuration menu
    Copy the full SHA
    9a6f947 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14e7359 View commit details
    Browse the repository at this point in the history
  3. Testing without addons

    cheenamalhotra committed May 30, 2018
    Configuration menu
    Copy the full SHA
    72382a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bf71bd View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Configuration menu
    Copy the full SHA
    dfd7eef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b56e70a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

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

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. Configuration menu
    Copy the full SHA
    2954acd View commit details
    Browse the repository at this point in the history
  2. 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
  3. Configuration menu
    Copy the full SHA
    788ac26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16001c6 View commit details
    Browse the repository at this point in the history
  5. 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
  6. Configuration menu
    Copy the full SHA
    9d34fc6 View commit details
    Browse the repository at this point in the history
  7. 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
  8. Configuration menu
    Copy the full SHA
    7c8fd20 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8aa4a5a View commit details
    Browse the repository at this point in the history
  10. Merge pull request #10 from rene-ye/compliance_42

    moving driver specific functions
    cheenamalhotra authored Jun 13, 2018
    Configuration menu
    Copy the full SHA
    318be65 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. Configuration menu
    Copy the full SHA
    ffb3edc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0e9e6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d230611 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bef801f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Configuration menu
    Copy the full SHA
    c7c0c28 View commit details
    Browse the repository at this point in the history
  2. More cleanup done

    cheenamalhotra committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    36b770f View commit details
    Browse the repository at this point in the history
  3. Fix minor issues

    cheenamalhotra committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    9deb557 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3ce584 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    965fbcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52b4175 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1e870e View commit details
    Browse the repository at this point in the history
  8. Javadoc fix

    cheenamalhotra committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    63a1f59 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b345de1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b85e9d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Configuration menu
    Copy the full SHA
    408af84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    615469d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aa31f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe5653f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b2fc55 View commit details
    Browse the repository at this point in the history
  6. Added missing docs

    cheenamalhotra committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    312f0b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0319680 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Configuration menu
    Copy the full SHA
    6d4effc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfc6fd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    7b3a6eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fb50a4 View commit details
    Browse the repository at this point in the history
  3. Fix for failing tests

    cheenamalhotra committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    bcfbe33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c373d90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef3157f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a93420b View commit details
    Browse the repository at this point in the history
  7. javadoc changes

    peterbae committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    e6f6e4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8972f66 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. fix unchecked warning issue

    peterbae committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    21945e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6bef4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ad3a26 View commit details
    Browse the repository at this point in the history
  4. Revert "Change HashKey in the driver to 256 Hash"

    This reverts commit e6bef4e.
    cheenamalhotra committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    2145eab View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

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