you are right. in trunk.

On Aug 28, 5:39 pm, Carlos <carlosgali...@gmail.com> wrote:
> Hi,
>
> You can reproduce the error in shell:
>
>     x = IS_IN_DB(db, db.auth_user.id)
>     x(1)  >  ok, found
>     x.options()  >  ok, options
>     x(1)  >  WRONG, not found anymore ('value not in database')
>
> If we apply the fix I propose in my original post, this will be solved.
>
> Thanks,
>
>    Carlos

Reply via email to