Skip to content

v0.18.0

Choose a tag to compare

@winebarrel winebarrel released this 22 Apr 17:02
Immutable release. Only release title and notes can be modified.
v0.18.0
06a09ba

Changelog

  • 06a09ba Merge pull request #70 from winebarrel/drop-table-fk-ordering
  • 47186d8 Drop FKs on tables being dropped to avoid dependency errors
  • 3a813e2 Merge pull request #69 from winebarrel/reorder-view-statements
  • e493ff9 Clarify view statement ordering comments
  • 726aebb Assert both CreateStmts and DropStmts are empty in no-op view tests
  • 70836b5 Add missing view reorder and rename test cases
  • 4f3ab04 Move view creates to the very end of statement ordering
  • a74c65b Reorder view statements: drops before table changes, creates after