Skip to content

Support for IN in query #138

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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