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: make enums in the Connection API public #579

Merged
merged 1 commit into from Nov 5, 2020
Merged

Commits on Nov 4, 2020

  1. fix: make enums in the Connection API public

    Some enums were defined as package-private, but these were used in the
    public API of the Connection API. That made the specific methods in the
    Connection API unusable from outside the Spanner client library.
    
    Towards #253
    olavloite committed Nov 4, 2020
    Copy the full SHA
    5254742 View commit details
    Browse the repository at this point in the history