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

Disallow non-parameterized queries for Bulk Copy API for batch insert #756

Merged
merged 22 commits into from
Jul 28, 2018

Commits on Jul 20, 2018

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

Commits on Jul 23, 2018

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

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    bb74613 View commit details
    Browse the repository at this point in the history
  2. part of fuzz testing

    peterbae committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    e9d35e9 View commit details
    Browse the repository at this point in the history
  3. check string length

    peterbae committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    e40f6cd View commit details
    Browse the repository at this point in the history
  4. more checkings

    peterbae committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    088f7b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. remove recursion

    peterbae committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    5baa313 View commit details
    Browse the repository at this point in the history
  2. remove all recursions

    peterbae committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    85e0186 View commit details
    Browse the repository at this point in the history
  3. move statement to try block

    peterbae committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    d3ea922 View commit details
    Browse the repository at this point in the history
  4. remove double try statement

    peterbae committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    87f56b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f644d1d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. problems go away

    peterbae committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    e15c6ff View commit details
    Browse the repository at this point in the history
  2. check before insert to make sure we're not dealing with smalldatetime…

    …/datetime/spatial datatype columns. added tests.
    peterbae committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    a286b23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db89338 View commit details
    Browse the repository at this point in the history
  4. update test

    peterbae committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    4ffb9cb View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. ulvi is never wrong it seems

    peterbae committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    2e80254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4aed05 View commit details
    Browse the repository at this point in the history
  3. thank you cheena

    peterbae committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    74872cb View commit details
    Browse the repository at this point in the history
  4. has to be <= 0

    peterbae committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    88e2da2 View commit details
    Browse the repository at this point in the history
  5. extra safety

    peterbae committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    3fe78e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. escape things

    peterbae committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    fd68988 View commit details
    Browse the repository at this point in the history
  2. Revert "escape things"

    This reverts commit fd68988.
    peterbae committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    b62d82a View commit details
    Browse the repository at this point in the history