[web2py] Re: Problem with GAE and Cloud SQL

2012-03-30 Thread Matt
Sure. Will Do. Matt On Wednesday, 28 March 2012 04:10:31 UTC+13, Anthony wrote: > > 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

[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 foll

[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 M