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
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
+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
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
4 matches
Mail list logo