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

Calling stored procedure directly #547

Closed
wants to merge 51 commits into from

Commits on Aug 9, 2017

  1. Configuration menu
    Copy the full SHA
    7e70acb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30822e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c41c21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edd32b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. fix another failure for batching: if error happens, driver re-tries a…

    …nd inserts data multiple times
    xiangyushawn committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    f7d87f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed54cf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

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

Commits on Aug 18, 2017

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

Commits on Sep 13, 2017

  1. refactor code

    xiangyushawn committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    53be4ab View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

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

Commits on Oct 2, 2017

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

Commits on Oct 3, 2017

  1. Configuration menu
    Copy the full SHA
    34d7b55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a159921 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. Configuration menu
    Copy the full SHA
    de21e71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    845493a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65aca83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a217f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad53d7a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Configuration menu
    Copy the full SHA
    385296f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4223ccc View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Configuration menu
    Copy the full SHA
    35e7195 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de742d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e28925 View commit details
    Browse the repository at this point in the history
  4. cleaning up code

    AfsanehR-zz committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    e366910 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d39f431 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f02476f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. remove the dependecy on expectedValueReturn and use inoutParams inste…

    …ad to see if it contains return value
    AfsanehR-zz committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    a694b7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bc7257 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b04eb93 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

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

Commits on Nov 8, 2017

  1. remove unused code

    AfsanehR-zz committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    839fc82 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

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

Commits on Nov 16, 2017

  1. check for valid stored procedure calls like "exec proc 1, ?" where we…

    … shouldn't call rpc directly.
    AfsanehR-zz committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    f8409ca View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. Configuration menu
    Copy the full SHA
    3f76e02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4439983 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' of https://github.com/Microsoft/mssql-jdbc into st…

    …oredProcedure
    
    # Conflicts:
    #	src/main/java/com/microsoft/sqlserver/jdbc/SQLServerPreparedStatement.java
    AfsanehR-zz committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    fb2c765 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

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

Commits on Nov 28, 2017

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

Commits on Feb 23, 2018

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

Commits on Jun 19, 2018

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

Commits on Feb 4, 2019

  1. Configuration menu
    Copy the full SHA
    c9609e5 View commit details
    Browse the repository at this point in the history
  2. Changes as per PR for storedProcedure calls

    Cheena Malholtra committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    d92c133 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Fixes for breaking tests.

    Cheena Malholtra committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    634f7cc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ms-dev' into af-storedProcedure

    Cheena Malholtra committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    c198d11 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'storedProcedure' into af-storedProcedure

    # Conflicts:
    #	src/main/java/com/microsoft/sqlserver/jdbc/Parameter.java
    #	src/main/java/com/microsoft/sqlserver/jdbc/SQLServerCallableStatement.java
    #	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/SQLServerResource.java
    #	src/main/java/com/microsoft/sqlserver/jdbc/SQLServerStatement.java
    #	src/main/java/com/microsoft/sqlserver/jdbc/dtv.java
    #	src/test/java/com/microsoft/sqlserver/jdbc/AlwaysEncrypted/CallableStatementTest.java
    Cheena Malholtra committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    bdf49a1 View commit details
    Browse the repository at this point in the history
  4. Fix Statement Test

    Cheena Malholtra committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    8c68b58 View commit details
    Browse the repository at this point in the history
  5. Code formatting

    Cheena Malholtra committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    1a0373f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

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

Commits on May 19, 2019

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

Commits on Jun 5, 2019

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

Commits on Jun 6, 2019

  1. Fix conflict issues

    cheenamalhotra committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    ac53c28 View commit details
    Browse the repository at this point in the history