[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2017-04-30 Thread webmaster
Have you completely given up on Cloud SQL support? I just checked back after a year and it's STILL broken. The last version of DAL that works with Cloud SQL I'm aware of is 2.12.2... The original hack I detail at the top is still the only way to get Cloud SQL working... OK, I went through

[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2016-03-21 Thread Massimo Di Pierro
please try the latest nightly build from the web page. On Monday, 21 March 2016 19:21:31 UTC-5, webmas...@trytha.com wrote: > > Cool beans. Look forward to giving it a whirl. > > On Monday, March 21, 2016 at 3:29:48 PM UTC-7, Massimo Di Pierro wrote: >> >> we will post a new stable version

[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2016-03-21 Thread webmaster
Cool beans. Look forward to giving it a whirl. On Monday, March 21, 2016 at 3:29:48 PM UTC-7, Massimo Di Pierro wrote: > > we will post a new stable version tomorrow I think. > > On Monday, 21 March 2016 00:41:15 UTC-5, webm...@trytha.com > wrote: >> >> From the git repo, yes. From the

[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2016-03-21 Thread Massimo Di Pierro
we will post a new stable version tomorrow I think. On Monday, 21 March 2016 00:41:15 UTC-5, webmas...@trytha.com wrote: > > From the git repo, yes. From the current source files on web2py.com, no. > > On Sunday, March 20, 2016 at 10:22:20 PM UTC-7, Massimo Di Pierro wrote: >> >> So can you

[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2016-03-20 Thread webmaster
>From the git repo, yes. From the current source files on web2py.com, no. On Sunday, March 20, 2016 at 10:22:20 PM UTC-7, Massimo Di Pierro wrote: > > So can you confirm the latest pydal works for you? > > On Saturday, 19 March 2016 16:57:11 UTC-5, webm...@trytha.com > wrote: >> >> And thus we

[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2016-03-20 Thread Massimo Di Pierro
So can you confirm the latest pydal works for you? On Saturday, 19 March 2016 16:57:11 UTC-5, webmas...@trytha.com wrote: > > And thus we discover the true problem. Try using pydal from > http://www.web2py.com/examples/static/web2py_src.zip (the link from > Source Code for Normal Users).

[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2016-03-19 Thread webmaster
As penance, you can tell me how to store images in the datastore while using Cloud SQL for everything else (I haven't seen any actual examples of using both at the same time, but the book says it can be done). On Saturday, March 19, 2016 at 2:57:11 PM UTC-7, webm...@trytha.com wrote: > > And

[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2016-03-19 Thread webmaster
And thus we discover the true problem. Try using pydal from http://www.web2py.com/examples/static/web2py_src.zip (the link from Source Code for Normal Users). -result: Failure Now try the pydal from http://web2py.com/examples/static/2.12.2/web2py_src.zip -result: Success Now try the

[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2016-03-19 Thread Massimo Di Pierro
I tested this. I am using trunk code with latest github and I cannot reproduce. I am pretty sure this is fixed. Make sure you have the latest pydal. On Friday, 18 March 2016 15:55:21 UTC-5, webmas...@trytha.com wrote: > > Steps to replicate (3 mins): > > >1. Load Web2py from source off

[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2016-03-19 Thread webmaster
No rush for me. I'm satisfied with my temporary fix since I can finally get back to actual coding. Thanks for making such a pleasant framework. On Saturday, March 19, 2016 at 12:25:02 AM UTC-7, Massimo Di Pierro wrote: > > I will get to the bottom of this tomorrow. It is a promise. > > On

[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2016-03-19 Thread Massimo Di Pierro
I will get to the bottom of this tomorrow. It is a promise. On Friday, 18 March 2016 17:42:34 UTC-5, webmas...@trytha.com wrote: > > 2.12.2 is definitely not broken, since that's what I've been using live on > GAE for about six months. (www.trytha.com) > > I did the precise steps I outline

[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2016-03-18 Thread webmaster
2.12.2 is definitely not broken, since that's what I've been using live on GAE for about six months. (www.trytha.com) I did the precise steps I outline above while I was preparing the post. Not much to it, and it started working again as soon as I replaced the new /pydal with the old. I've

[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2016-03-18 Thread Massimo Di Pierro
gae on 2.12.2 was broken. It is no broken in current stable and trunk. On Friday, 18 March 2016 15:55:21 UTC-5, webmas...@trytha.com wrote: > > Steps to replicate (3 mins): > > >1. Load Web2py from source off website. Copy gaehandler.py and >app.yaml to /web2py. >2. In

[web2py] Re: Big Bug: Cloud SQL completely broken? Steps and solution.

2016-03-18 Thread webmaster
All done on an Ubuntu Server 14.04 VM running on an OSX El Capitan host. On Friday, March 18, 2016 at 3:42:34 PM UTC-7, webm...@trytha.com wrote: > > 2.12.2 is definitely not broken, since that's what I've been using live on > GAE for about six months. (www.trytha.com) > > I did the precise