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

