-
-
Notifications
You must be signed in to change notification settings - Fork 620
Open
Labels
analyzerbugSomething isn't workingSomething isn't workingcorrectnessWe don't return the same result as MySQLWe don't return the same result as MySQL
Description
With the exception of columns in new and old, MySQL allows triggers that reference unresolved columns (TODO check if allowed for triggered table without new/old aliases).
Currently we allow triggers that reference unresolved tables (similar to MySQL) but we don't allow non-existent columns in resolved tables.
This is a similar issue to #10287.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
analyzerbugSomething isn't workingSomething isn't workingcorrectnessWe don't return the same result as MySQLWe don't return the same result as MySQL