Skip to content

Can't use multi column operators in WHERE clauses #7

@tatut

Description

@tatut

For example, the following SQL is not possible:

SELECT * FROM sometable WHERE (start,end) OVERLAPS (?,?)

We could allow a multi column key, by specifying it as a vector like:

(fetch db :some/table somekeys {[:some/start :some/end] (op/overlaps start end)})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions