patch submitted here: https://code.google.com/p/web2py/issues/detail?id=1546
note that i had been using cache.ram.flush_all() for clearing GAE
memcache, but that changed to using cache.ram.clear() in this version.
i just updated my source. :)
i also had to tweak my path configs for unit testi
I did see two problems addressed in a commit today.
gql imports drivers from dal.py but drivers was renamed DRIVERS. If people did
not notice this it means they are not importing gql. This is great. It means
this backward compatibility file can be removed. So I just did.
The second issue is tha
With an update to appengine, all is still fine when running web2py locally.
but if I run dev_appserver then on start-up I get the following kicked out
at the console...
File "F:\wp\TestEnvoy\web2py\gluon\contrib\gql.py", line 5, in
from gluon.dal import DAL, Field, Table, Query, Set, Expres
3 matches
Mail list logo