Skip to content

fix create trigger #225

@psteinroe

Description

@psteinroe

the statement splitter does not properly parse

create trigger default_key
    before insert on custom_field for each row
    when (new.key is null)
    execute procedure default_key ();

its because we start a new statement at insert

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions