Skip to content

Support join associativity #83

@benesch

Description

@benesch

Alternate join associativity can be forced with parentheses, as in:

SELECT * FROM a NATURAL JOIN (b NATURAL JOIN c);

The current parser doesn't support it, nor is the design of the SQLSelect struct particularly conducive to it.

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