[web2py] Re: Problem with GAE and Cloud SQL

2012-03-27 Thread Matt
I've managed to figure out a solution. (Not sure if it's 100% correct though but it seems to work fine). The GoogleSqlAdapter needs the following change: class GoogleSQLAdapter(UseDatabaseStoredFile,MySQLAdapter): uploads_in_blob = True Hope this helps somebody else. Matt On Tuesday, 27

[web2py] Re: Problem with GAE and Cloud SQL

2012-03-27 Thread Anthony
Can you submit an issue about this: http://code.google.com/p/web2py/issues/list Anthony On Tuesday, March 27, 2012 5:41:55 AM UTC-4, Matt wrote: I've managed to figure out a solution. (Not sure if it's 100% correct though but it seems to work fine). The GoogleSqlAdapter needs the