Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Support shorthand where definitions #283

@kozikkam

Description

@kozikkam

Right now it's necessary to always write full where syntax:

.where({ [WhereOp.$and]: [['id', Op.$in, [1, 2, 3]]] })

it should be possible to write just

.where({ [WhereOp.$and]: ['id', Op.$in, [1, 2, 3]] })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions