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: support default schema and catalog for PostgreSQL databases #1375

Merged
merged 5 commits into from Oct 11, 2023

Commits on Sep 28, 2023

  1. feat: support default schema and catalog for PostgreSQL databases

    The JDBC driver would return the empty string as the current catalog and
    schema for PostgreSQL databases. This is incorrect, as the default
    catalog and schema for PostgreSQL is the database name and the 'public'
    schema.
    olavloite committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    c49a9cb View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    0089703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ca1ed9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af51766 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32f7d09 View commit details
    Browse the repository at this point in the history