Skip to content

v5.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 20:09
· 19 commits to main since this release
ed127d7

Changed

  • A create is a create. CREATE FUNCTION, CREATE PROCEDURE, CREATE VIEW, and CREATE TRIGGER render without OR ALTER when the plan is creating; CREATE OR ALTER renders only for the replace and recreate actions, where the plan knows the object exists. (A changed trigger plans as a replacement, rendered CREATE OR ALTER.) A create colliding with an object the plan didn't know about now fails loudly instead of silently overwriting it.