aleclarson / rethinkdb-mock

In-memory RethinkDB
7 stars 3 forks source link

array.filter() doesn't support a function argument #1

Open aleclarson opened 7 years ago

aleclarson commented 7 years ago
db.table('users').filter(function(row) {
  return row('friendCount').eq(0).and(row('friendRequests').eq(0))
})