Skip to content

Support for IN in query #138

@PatilShreyas

Description

@PatilShreyas

For example, I've a query like

SELECT * FROM something WHERE someone IN (val1, val2, so on...)

For making query for norm, It'll be like

SELECT * FROM something WHERE someone IN (:values)

If such query is compiled using the norm, it just takes only one argument. I think it should take a vararg.

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