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

Quote databases properly (#1396) #1402

Merged
merged 6 commits into from
Apr 30, 2019
Merged

Commits on Apr 16, 2019

  1. Quote databases when we list them

    Fix a copy+paste error that broke database quoting configuration
    Jacob Beck committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    97a6a51 View commit details
    Browse the repository at this point in the history
  2. make PostgresAdapter.verify_database handle names that resolve to the…

    … same thing
    Jacob Beck committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    d515903 View commit details
    Browse the repository at this point in the history
  3. add a pretty janky data test to expose quoting issues

    Jacob Beck committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    fc4fc57 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. More tests

    Add an already_exists call to a test that requires an alternative database
    Make the alternative database on snowlfake be one that must be quoted
    Jacob Beck committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    3188aea View commit details
    Browse the repository at this point in the history
  2. add quote policy to Relation.create calls

    Jacob Beck committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    8b58b20 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. update test.env.sample

    Jacob Beck committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    2834f2d View commit details
    Browse the repository at this point in the history