Skip to content

SELECT with boolean logic fails with syntax error #190

@SimonRichardson

Description

@SimonRichardson

It's possible in SQL to check values for equality in a SELECT, which fails when using SQLair.

SELECT (num = 1) AS (&isOne.*)
FROM nums

Fails with:

near "(": syntax error

Which also isn't very helpful. There are more than one ( in this query. Positional information would have been useful.

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