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

Support shorthand where definitions #283

Open
kozikkam opened this issue May 26, 2020 · 0 comments
Open

Support shorthand where definitions #283

kozikkam opened this issue May 26, 2020 · 0 comments

Comments

@kozikkam
Copy link
Contributor

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]] })
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant