Comparing v6.20.0...v6.21.0 · googleapis/java-spanner (original) (raw)

Commits on Feb 23, 2022

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history
  3. Configuration menu
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history
  3. Configuration menu
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. fix: catch ExecutionException for op.getName (#1729)
    Following exception is thrown:
    java.util.concurrent.ExecutionException: com.google.api.gax.rpc.FailedPreconditionException: io.grpc.StatusRuntimeException: FAILED_PRECONDITION.
    So, changing the catch to catch ExecutionException as well.
    Catch both SpannerException and ExecutionException.
    Co-authored-by: Knut Olav Løite koloite@gmail.com
    @rajatbhatta @olavloite
    Configuration menu
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history
  3. fix: PostgreSQL supports newline in quoted literals and identifiers (#…
    …1731)
  1. feat: parse query parameters in PostgreSQL query (#1732)
  1. Configuration menu
    Browse the repository at this point in the history