Skip to content

SQL parser doesn't support boolean expressions #11801

@speller

Description

@speller

I'm trying to create a custom function that will take a boolean expression but I can't do that. When I use my function as FUNC(table.field) - it works fine. But when I use it as FUNC(NOT table.field), none of the parser methods can parse and understand it. The closest method SimpleConditionalExpression expects a comparison operator. How to fix this issue?

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