Skip to content

Compiler defaul error message #106

@marcomass

Description

@marcomass

The default message for and error in the compiler seems to be "Missing ";" character at the end of the query".
This is somehow misleading when the error is actually different, e.g. in the case of missing operator () such as "R = UNION A B;" instead of "R = UNION() A B;", or use of | in metadata attribute names such as "manually_curated|dataType" instead of "manually_curated__dataType".
Can these cases (and possibly others) be addressed with a specific error message, and somehow change the default error message to differentiate it from the one of a specific error?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions