On Tue, Jan 15, 2013 at 6:20 AM, Daniel Gonzalez <[email protected]> wrote:
> IS_NOT_IN_DB(db, '%s.email' % (web2py_user_table)) If you too many records on user table, the above code will take a long time, because on every request it will "select email from auth_user...." --

