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: return empty catalog name #174

Merged
merged 2 commits into from Jun 30, 2020
Merged

fix: return empty catalog name #174

merged 2 commits into from Jun 30, 2020

Commits on Jun 29, 2020

  1. fix: return empty catalog name

    The JDBC connection would return the current database name as the
    current catalog name, but that catalog name would not be returned
    in the ResultSet returned by getCatalogs(). This discrepancy causes
    some tools to ignore or misinterpret the catalog and schema structure
    of a Cloud Spanner database. Specifically, it breaks the autocomplete
    feature of DBeaver.
    olavloite committed Jun 29, 2020
    Copy the full SHA
    03405bd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    692d4c7 View commit details
    Browse the repository at this point in the history