In the issue report you say:

What steps will reproduce the problem?
1. create a table (for example: db.define.table('mytab',
Field('foo')))
...
        IS_IN_DB(db, 'mytab.id', '%(foo)s', multiple=True)(value)

but IS_IN_DB(..., multiple=True) should be used for field type
list:reference as discussed in Chapter 6 of the book, but mytab.id
type is reference, not list:reference.


On Feb 4, 8:25 am, Manuele Pesenti <[email protected]> wrote:
> I opened this ticket
>
> http://code.google.com/p/web2py/issues/detail?id=647&q=is_in_db
>
> does anobody else found similar problems in using IS_IN_DB validator
> with option multiple=True
>
> that is the default for 'list:reference' type fields?
>
> cheers
>
>      Manuele

Reply via email to