On Tuesday, August 21, 2012 5:49:48 PM UTC-4, villas wrote: > > IS_IN_DB can take a set. > It is mentioned in the book. > Use something like: db(db.fruits.isactive==True) in place of db.fruits >
Almost. Use that in place of db (the first arg of IS_IN_DB, which defines a set), not db.fruits (the second arg, which should remain as is). Anthony --

