Skip to content

"Parse error" when an expression contains ';' or ',' #161

@tiborbors

Description

@tiborbors

Concatenation with comma or semicolon cause a parsing error, for example:

ERROR: Parse error at line 318 column 74:
318:   DECLARE foundValueAtPos INTEGER POSITION(',' || movementType || ',' IN ',' || exceptionEnabled || ',');
ERROR: Parse error at line 79 column 62:
79:        SET toAddress = TRIM(';' FROM COALESCE(toAddress, '') || ';' || emailAddress);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions