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: Partitioned DML timeout was not always respected #203

Merged
merged 3 commits into from May 14, 2020
Merged

Commits on May 14, 2020

  1. fix: Partitioned DML timeout was not always respected

    Setting a timeout value for Partitioned DML would not be respected if the timeout
    value was higher than the timeout value set for the ExecuteSql RPC on the SpannerStub.
    Lower timeout values would be respected.
    
    Fixes #199
    olavloite committed May 14, 2020
    Copy the full SHA
    1bcbf5e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    afbb2c4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    aac7cf7 View commit details
    Browse the repository at this point in the history