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

feat: allow lenient mode for connection properties #671

Merged
merged 2 commits into from Nov 30, 2020

Commits on Nov 24, 2020

  1. feat: allow lenient mode for connection properties

    Some applications automatically add additional properties to connection strings
    that are unknown to the Spanner Connection API (and thereby also the Spanner
    JDBC driver). This causes the connection attempt to fail. This change allows a
    user to specify 'lenient' mode where unknown properties only generate a warning
    instead of an error.
    
    Fixes dropwizard/dropwizard#3461
    Fixes googleapis/google-cloud-java#6671
    Fixes googleapis/java-spanner-jdbc#283
    olavloite committed Nov 24, 2020
    Copy the full SHA
    a189ded View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Copy the full SHA
    5fb0ab4 View commit details
    Browse the repository at this point in the history