Skip to content

Add logical operators to expression builder #1872

Description

@SimonSimCity

Just another addition that I found myself using:

The expression builder as of now does support all of the comparison functions and operators I could imagine using, but it does not yet support the use of logical operators.

One very cool addition to this would be the ability of Kysely to tell me whether what I have on the left and the right side of the expression actually can hold boolean values.

As of now, I can add them using the sql template function, but it would be nice to have support for those in the library 🤩

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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