Re: [web2py] web2py 1.90.1 is OUT

2010-12-18 Thread Bruno Rocha
Crashes in shell too: >>> rows = db(db.products.id>0).select() >>> class virtual(object): ... def test(self): ... return 'ok' ... >>> rows.setvirtualfields(virtual=virtual()) Traceback (most recent call last): File "", line 1, in File "/Users/brunomac/web2py_new_dal/web2py/gluon/d

Re: [web2py] web2py 1.90.1 is OUT

2010-12-18 Thread Bruno Rocha
Crashes in *setvirtualfields *for Rows object sqlrows.setvirtualfields(virtual=virtualFields()) File "/Users/brunomac/web2py_new_dal/web2py/gluon/dal.py", line 4471, in setvirtualfields if callable(method) and method.im_func.func_code.co_argcount: File "/Users/brunomac/web2py_new_dal/web2p

Re: [web2py] web2py 1.90.1 is OUT

2010-12-18 Thread Luis Díaz
+1 excellent teamwork 2010/12/18 mdipierro > This is a major - major release mostly because it includes the new > DAL. > > It is supposed to be 100% backward compatible but cleaner, and more > readable. We have fixed every known issue. If 1.90.1 breaks you DAL > queries, please report it asap s

[web2py] web2py 1.90.1 is OUT

2010-12-18 Thread mdipierro
This is a major - major release mostly because it includes the new DAL. It is supposed to be 100% backward compatible but cleaner, and more readable. We have fixed every known issue. If 1.90.1 breaks you DAL queries, please report it asap so that it can be addressed sooner. It also includes a lo