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

feat: Add Copy command parsing in QueryMessage and basic psql e2e test #43

Merged
merged 21 commits into from
Feb 24, 2022

Commits on Feb 17, 2022

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

Commits on Feb 18, 2022

  1. Update

    Vizerai committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    0692526 View commit details
    Browse the repository at this point in the history
  2. Update

    Vizerai committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    79f75a0 View commit details
    Browse the repository at this point in the history
  3. Update

    Vizerai committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    8887b4c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    5d23d9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5ad9be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a67add4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    086d299 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f77682 View commit details
    Browse the repository at this point in the history
  3. Update

    Vizerai committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    169f2bb View commit details
    Browse the repository at this point in the history
  4. fix: do not return Ready response for Copy messages

    Copy messages should not respond with a Ready response, only with its
    own specific Copy responses. Failure to do so can cause the calling
    client to think that the operation has already finished, which again can
    cause the entire copy operation to fail if the connection is closed
    directly after receiving the Ready response.
    
    Also the current Copy operation should not execute a rollback if
    something fails, as it is operating in auto-commit mode. Trying to
    rollback when in auto-commit mode will cause an error.
    olavloite committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    f3d3c67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b1b5d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    774d367 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26174dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d99c3c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a7f121 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    954e9f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    1e905ef View commit details
    Browse the repository at this point in the history
  2. Update expected test results.

    Vizerai committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    90c3a66 View commit details
    Browse the repository at this point in the history
  3. Update

    Vizerai committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f08c664 View commit details
    Browse the repository at this point in the history
  4. Update

    Vizerai committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    749265f View commit details
    Browse the repository at this point in the history