[BUG]: arrayContains, arrayContained, arrayOverlaps aren't there in queries find callbacks
Opened this issue · 0 comments
bielarusajed commented
What version of drizzle-orm
are you using?
0.35.2
What version of drizzle-kit
are you using?
No response
Describe the Bug
When using db.query.table.findFirst
or db.query.table.findMany
in { where: (t, filters) => ... }
callback, there are all the filters except arrayContains
, arrayContained
, arrayOverlaps
.
Here is an example to demonstrate what I mean: https://drizzle.run/okggm58cu3d68kt7him6cyor
Expected behavior
No response
Environment & setup
No response