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

Dedupe CREATE SCHEMA PUBLIC statements #265

Closed
wants to merge 1 commit into from

Commits on Jan 28, 2020

  1. Dedupe CREATE SCHEMA PUBLIC statements

    Previously, the CreateSchemaParser blindly added a schema. Instead,
    only add the schema if it's not `public`. For additional safety, throw
    an error if a user tries to add a schema that already exists.
    jschaf committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    ebb9f66 View commit details
    Browse the repository at this point in the history