Skip to content

JCR-SQL2 parser does not parse queries which JOIN on a JOIN #140

@dantleech

Description

@dantleech

The following query cannot be parsed:

SELECT * FROM [nt:unstructured] AS a 
    INNER JOIN [nt:unstructured] AS b ON ISCHILDNODE(b,a) 
    INNER JOIN [nt:unstructured] AS c ON ISCHILDNODE(c,b);

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