alfateam / orange-orm

The ultimate ORM for Node and Typescript
https://orange-orm.io
ISC License
623 stars 20 forks source link

ANDing and array of empty filters returns no rows instead of all #56

Closed lroal closed 8 months ago

lroal commented 8 months ago
const rows = await db.foo.getMany(db.and( [] )):
console.dir(rows.length); //0