On Dec 12, 4:07 pm, mdipierro <[email protected]> wrote:
> I still do not see why you cannot use IS_NOT_IN_DB(sqlset,....) You
> must have access to the variables that you want to validate.

Correct me if I am wrong but IS_NOT_IN_DB only looks at the value of
one field.
>From validators.py:
rows=self.dbset(field=value).select(limitby=(0,1))

What we are thinking is:
[field1value,field2value,field3value,...] as a row is not in the DB.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to