In some of the recent trunks when I do:
IS_NOT_IN_DB(db(db.url.company_id!=
company.id), "
url.name")
It still gives an "value in db" error when the value supplied is
url.name belonging to company with id
company.id. It should exclude
this from the db to test against as the db is defined as
db(db.url.company_id!=
company.id).
This works correctly in version 1.35. But some of the recent versions
in the trunk are having problems.