I would use requires 
IS_IN_SET(db(db.personal_personal.id>0)._select(db.personal_personal.nombre)) 
and set it in the controller so you don't calculate the set of names every 
time the table is loaded. If it's ok for the list of names to not be 
completely up to date all the time I would cache it.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to