Skip to content

Nested logical operators #5

@fhb1990

Description

@fhb1990

Nested logical operators are not yet supported in the parser. These should translate to a WHERE-clause which reads something like

SELECT *
FROM table
WHERE attribute1 = x AND (attribute2 = y OR attribute2 = z)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions