Skip to content

Allow creating triggers that reference unresolved columns #10291

@angelamayxie

Description

@angelamayxie

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    analyzerbugSomething isn't workingcorrectnessWe don't return the same result as MySQL

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions