I think there may be a change in operation for "contains()" in the DAL.
With the last release, I can use an empty string as an argument to contains, and it will return all values (i.e. the empty string matches all). In the trunk version the empty string matches nothing. I don't know which is more "correct" but it does mean I need to change my code in numerous places to accommodate the change in usage. -- Joe On Saturday, August 9, 2014 12:13:38 AM UTC-7, Massimo Di Pierro wrote: > > Bootstrap 3 is in trunk now. Please help us test it. > Also help us test that existing apps are not broken. > > Massimo > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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/d/optout.

