Skip to content

Add missing colon to sql parser error message after "Column" and "Expected" #1259

Closed
@pemattern

Description

@pemattern

sql parser error messages are missing a colon after "Column" and "Excepted"

How it is:
sql parser error: Expected (, found: 2345 at Line: 2, Column 8

How it should be IMO:
sql parser error: Expected: (, found: 2345 at Line: 2, Column: 8

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions