There is a complete rewrite of the logic behind db.table.field.contains(....) in trunk. The reason is to bette handle list:type fields and expressions in the (...). All string manipulations (replace, concat) are not done at SQL level and not at the python level.
It passes all tests on travis (https://travis-ci.org/web2py/web2py) including newly created tests for contains. Yet, if you use this, please check it on your apps. Massimo -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

