Skip to content

Support SQL LIKE operator #24

Description

@sureshg

Currently, ExoQuery lacks direct support for the SQL LIKE operator, requiring us to implement it via a free function.

where { free("$name LIKE 'test%'").asPure<Boolean>() }

Given that LIKE is a frequently used SQL operator, it would be ideal to have a built-in function for it within a capture block.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions