Skip to content

Add support for CHARACTER(N) and allow keywords as alias. #202

@mweisgut

Description

@mweisgut

Support CHARACTER(N) as a token for the character data type while supporting keywords as aliases.

Example with a keyword as alias:

SELECT student.id AS character FROM student;

Flex start states (see https://stackoverflow.com/questions/1130597/start-states-in-lex-flex) could help here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions