Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cockroachdb/cockroach-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.8
Choose a base ref
...
head repository: cockroachdb/cockroach-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.0
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Feb 5, 2025

  1. crdb: Add ExecuteCtx for configurable retry limits (#180)

    * crdb: Add ExecuteCtx for configurable retry limits
    
    Adds ExecuteCtx which allows configuring maximum retries through context,
    alongside the existing Execute function. This enables better control over
    retry behavior while maintaining compatibility with code using the original
    Execute.
    
    The new function helps prevent infinite retry loops in environments where
    bounded retry counts are required, while preserving the existing error
    handling and retry semantics.
    sean- authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    b5ebaaa View commit details
    Browse the repository at this point in the history
Loading