Skip to content

[ORM] : Handle when "IN"-based operators receive a blank value #28

@nox7

Description

@nox7

Right now, it throws a MySQL exception because it will generate a WHERE clause that is similar to:
WHERE column IN ()

Which is invalid.

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