Hi. I have a table with +30000 records in a web2py app and the admin interface stops with a ValueError in dal.py when trying a ".id>0" query. It seems to be related to some cache/time managing at the admin's action. I solved the issue modifying dal.py near the line 1413 (web2py source code version 1.98.1), (BaseAdapter.parse). Should i propose a fix at the issues page?
Thanks