SQLite
Version 5.3.0
Changed
- A create is a create.
CREATE VIEWno 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.