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

Use Bulk Copy API for batch insert operation #686

Merged
merged 43 commits into from
Jun 27, 2018

Commits on Apr 20, 2018

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

Commits on Apr 27, 2018

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

Commits on May 1, 2018

  1. bug fix + additional tests

    peterbae committed May 1, 2018
    Configuration menu
    Copy the full SHA
    5bb79a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cf28ad View commit details
    Browse the repository at this point in the history
  3. more test changes

    peterbae committed May 1, 2018
    Configuration menu
    Copy the full SHA
    59d29d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc42708 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

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

    peterbae committed May 3, 2018
    Configuration menu
    Copy the full SHA
    dca4cb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c6a186 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Configuration menu
    Copy the full SHA
    80112c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ed14fe View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Bug fix / testing change

    peterbae committed May 8, 2018
    Configuration menu
    Copy the full SHA
    b67ccfb View commit details
    Browse the repository at this point in the history
  2. Reflect comment change

    peterbae committed May 8, 2018
    Configuration menu
    Copy the full SHA
    a677b28 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Configuration menu
    Copy the full SHA
    60b437e View commit details
    Browse the repository at this point in the history
  2. javadoc changes

    peterbae committed May 25, 2018
    Configuration menu
    Copy the full SHA
    8604ff4 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

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

Commits on May 29, 2018

  1. Configuration menu
    Copy the full SHA
    39060b7 View commit details
    Browse the repository at this point in the history
  2. make bamoo fixes

    peterbae committed May 29, 2018
    Configuration menu
    Copy the full SHA
    d80908e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Merge branch 'dev' of https://github.com/Microsoft/mssql-jdbc into ba…

    …tch-insert-improvement
    
    # Conflicts:
    #	src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnection.java
    #	src/test/java/com/microsoft/sqlserver/jdbc/unit/statement/BatchExecuteWithErrorsTest.java
    peterbae committed May 30, 2018
    Configuration menu
    Copy the full SHA
    aa34276 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d044b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70bea50 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

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

Commits on Jun 5, 2018

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

    peterbae committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    f218fe3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

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

Commits on Jun 8, 2018

  1. inherit the connection property in statement + fix issue with null / …

    …empty string being passed in as values
    peterbae committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    dcd63d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. comment revisions

    peterbae committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    c322174 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Merge branch 'dev' of https://github.com/Microsoft/mssql-jdbc into ba…

    …tch-insert-improvement
    
    # Conflicts:
    #	src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnection.java
    peterbae committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    0700749 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. Configuration menu
    Copy the full SHA
    7dd2d42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84acbb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Configuration menu
    Copy the full SHA
    38bcdc6 View commit details
    Browse the repository at this point in the history
  2. remove some comments

    peterbae committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    b4d4b26 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. reflect comments

    peterbae committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    9b7f40c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' of https://github.com/Microsoft/mssql-jdbc into ba…

    …tch-insert-improvement
    
    # Conflicts:
    #	src/main/java/com/microsoft/sqlserver/jdbc/SQLServerResource.java
    peterbae committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    c6f8011 View commit details
    Browse the repository at this point in the history
  3. changed how logger works, refactored code in SQLServerBulkCommon due …

    …to that, changed exception being thrown to BatchUpdateException, added same logic for parsing in executeLargeBatch, and added tests accordingly.
    peterbae committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    405b47e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66c0b19 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2018

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

Commits on Jun 25, 2018

  1. Merge branch 'dev' of https://github.com/Microsoft/mssql-jdbc into ba…

    …tch-insert-improvement
    
    # Conflicts:
    #	src/main/java/com/microsoft/sqlserver/jdbc/SQLServerResource.java
    peterbae committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    80b396a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2d5d23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2369bb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bae637c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Configuration menu
    Copy the full SHA
    b8afb58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    096d78e View commit details
    Browse the repository at this point in the history