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

0.13.0 fixes around database quoting and rendering #1332

Merged
merged 4 commits into from
Mar 6, 2019

Commits on Mar 4, 2019

  1. 0.13.0 fixes around database quoting and rendering

    - do not quote snowflake database identifiers by default
    - do not find relations in source schemas in list_relations
    - do not render database names in stdout if a custom database is not specified
    drewbanin committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    67b5648 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. fix unit tests

    drewbanin committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    328ce82 View commit details
    Browse the repository at this point in the history
  2. add missing import

    drewbanin committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    22a2887 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7eb033e View commit details
    Browse the repository at this point in the history