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

fix: comments should be sent to Spanner for PostgreSQL databases #1331

Merged
merged 12 commits into from
Sep 15, 2023

Commits on Aug 15, 2023

  1. test: add tests for all execute methods of Statement and PreparedStat…

    …ement
    
    Adds tests for all the different variations of the execute method on
    Statement and PreparedStatement. This will allow us to make internal
    changes to the way these methods are handled, while keeping control over
    any behavior changes that it might introduce.
    olavloite committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    dd2d8df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e358e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. chore: share do-with-timeout code (#1324)

    Refactor the execute methods a bit so they all share the same
    do-with-timeout logic.
    olavloite authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b66da5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18ab25d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f5d10f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

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

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    899b57a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e135a92 View commit details
    Browse the repository at this point in the history
  3. chore: format code

    olavloite committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5e35926 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    deb472f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

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