Skip to content

v5.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 20:08
· 18 commits to main since this release
526e121

Changed

  • A create is a create. CREATE VIEW no longer drops an existing view first: the unconditional drop-and-create renders only for the new replace action, where the plan knows the view exists. A create colliding with a view the plan didn't know about now fails loudly instead of silently overwriting it.