lroal opened this issue a year ago · 0 comments
const filter = db.foo.id.eq(1); const rows = await db.foo.getMany(db.and( [filter] )): //error: An expression of non-boolean type specified in a context where a condition is expected, near 'order'