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: respect SPANNER_EMULATOR_HOST env var when autoConfigEmulator=true #2730

Merged

Commits on Nov 9, 2023

  1. fix: respect SPANNER_EMULATOR_HOST env var when autoConfigEmulator=true

    The Connection API would always use the default emulator host when
    autoConfigEmulator=true was set in the connection string. This makes it
    harder to override the host name for the emulator when you also want the
    emulator to automatically create the instance and database that you
    connect to, as the only way to set it is to add it to the connection
    string.
    olavloite committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c5e99d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b00b3 View commit details
    Browse the repository at this point in the history