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

SQL: binary communication implementation for drivers and the CLI #48261

Merged
merged 12 commits into from
Oct 31, 2019

Commits on Oct 16, 2019

  1. Introduce binary response for drivers (jdbc/odbc) and CLI.

    Add request parameter to disable binary response and fallback to json
    for drivers only, for debugging purposes.
    astefan committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    173e91c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc7845d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Tests updates

    astefan committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    92a2b9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ac85b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Make the requests binary as well and allow the binary communication

    configuration for CLI.
    astefan committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    7b5ea43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1627bfd View commit details
    Browse the repository at this point in the history
  3. Address review comments

    astefan committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    a11a534 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2be190 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Renamed the "binary" parameter into binary_format for REST and

    binary.format for jdbc.
    astefan committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    e411345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9bab82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    308037f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d686637 View commit details
    Browse the repository at this point in the history