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

Change Sha1HashKey to CityHash128Key for generating PreparedStatement handle and metadata cache keys #717

Merged
merged 12 commits into from
Jul 9, 2018

Commits on Jun 6, 2018

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

Commits on Jun 7, 2018

  1. Formatted code

    cheenamalhotra committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    cc30eff View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Prepared statement performance fixes

    1) Further speedups to prepared statement hashing
    
    2) Caching of '?' chararacter positiobs in prepared statements to speed parameter substitution
    RDearnaley committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    24cf6c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2018

  1. Prepared statement performance fixes from RDearnaley

    Prepared statement performance fixes
    cheenamalhotra authored Jul 1, 2018
    Configuration menu
    Copy the full SHA
    85ef29c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from Microsoft/dev

    Pull latest changes from Microsoft:dev branch
    cheenamalhotra authored Jul 1, 2018
    Configuration menu
    Copy the full SHA
    16649a3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' into hashKeyChanges

    # Conflicts:
    #	src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnection.java
    #	src/main/java/com/microsoft/sqlserver/jdbc/SQLServerPreparedStatement.java
    #	src/main/java/com/microsoft/sqlserver/jdbc/Util.java
    cheenamalhotra committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    b4759e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. String compare for hash keys

    added missing line for bulkcopy tests.
    rene-ye committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    ee347d8 View commit details
    Browse the repository at this point in the history
  2. comment change

    rene-ye committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    d20e5d5 View commit details
    Browse the repository at this point in the history
  3. Add String comparison with CityHashKey and fix test failures (PR #13

    …by Rene)
    
    Add String comparison with CityHashKey and fix test failures
    cheenamalhotra authored Jul 3, 2018
    Configuration menu
    Copy the full SHA
    8f8067e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27da9e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. spacings fixes

    cleaner code & logic
    rene-ye committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    d349ff5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from rene-ye/hashKeyChanges2

    Fix for review comments
    cheenamalhotra authored Jul 9, 2018
    Configuration menu
    Copy the full SHA
    b442832 View commit details
    Browse the repository at this point in the history