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/snowflake view transactions #940

Merged
merged 8 commits into from
Aug 24, 2018

Commits on Aug 17, 2018

  1. Fix snowflake view swaps... and a lot of other things too

    - obviate difference between this.name and this.table
    - use `create or replace view` on snowflake
    - avoid doing costly alter tables and drops for snowflake views
    drewbanin committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    afe1489 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dad9970 View commit details
    Browse the repository at this point in the history
  3. fix tests

    drewbanin committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    b33dbf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Configuration menu
    Copy the full SHA
    457df4d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. pr feedback

    drewbanin committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    7961300 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Configuration menu
    Copy the full SHA
    dbb32e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3601f1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78fd05a View commit details
    Browse the repository at this point in the history