[web2py] Re: Google Cloud SQL and web2py_filesystem table.

2014-08-29 Thread Mikael Brandt
Thanks for the idea, it will do for now! Den tisdagen den 26:e augusti 2014 kl. 15:20:26 UTC+2 skrev Leonel Câmara: > > I guess a quick solution for you, could be to monkeypatch > isProgrammingError to something like this > > def isProgrammingError(self, exception): > return exception.__c

[web2py] Google Cloud SQL and web2py_filesystem table.

2014-08-25 Thread Mikael Brandt
exception stack trace: 13:43:44.639 this didnt work This means that even though the exception is a ProgrammingError, it was not found to be one by the db._adapter.isProgrammingError method, and is therefore not swallowed as the previous fix intended. Is this due to GAE having changed the ty