Re: [web2py] GAE - SQL cloud connection

2012-11-16 Thread rif
I was referring to http://web2py.com/books/default/chapter/29/06#Gotchas vineri, 16 noiembrie 2012, 15:04:47 UTC+2, Massimo Di Pierro a scris: > > > On Nov 16, 2012, at 5:17 AM, rif wrote: > > Done (http://code.google.com/p/web2py/issues/detail?id=1172) > > Are the migrations issues to GoogleSQL s

Re: [web2py] GAE - SQL cloud connection

2012-11-16 Thread Massimo DiPierro
On Nov 16, 2012, at 5:17 AM, rif wrote: > Done (http://code.google.com/p/web2py/issues/detail?id=1172) > > Are the migrations issues to GoogleSQL still present? I am not aware of any issue. Can you point me to some something about this? > > -rif > > vineri, 16 noiembrie 2012, 12:57:14 UTC+2,

[web2py] GAE - SQL cloud connection

2011-10-18 Thread Simon Ashley
Having an issues connecting to the SQL cloud. Have a simple application which works on SQLite. Able to deploy to GAE using the following: db = DAL('gae') However if its changed to: db = DAL('google:sql://cdmr01:csm/csmcel05',migrate_enabled=True) # cdmr01:csm is the sql cloud instance and c