[web2py] Re: Encoding works on production but fails in development

2012-12-27 Thread Massimo Di Pierro
Thanks fixed in trunk. On Thursday, 27 December 2012 13:01:11 UTC-6, Felipe Meirelles wrote: > > Hey hey, just solved it, if you can patch: > > dal.py line 4104: > > def connector(driver_args=driver_args): > return rdbms.connect(charset='utf8', **driver_args) > > the credits go

[web2py] Re: Encoding works on production but fails in development

2012-12-27 Thread Felipe Meirelles
Hey hey, just solved it, if you can patch: dal.py line 4104: def connector(driver_args=driver_args): return rdbms.connect(charset='utf8', **driver_args) the credits goes to this post as in cloud sql documentation is never mentioned this charset parameter to the development d

[web2py] Re: Encoding works on production but fails in development

2012-12-27 Thread Felipe Meirelles
It also fails when rendering the grid, but again, only in development server, wich makes me think its something related to google sdk. Is there some ideia? On Thursday, December 27, 2012 12:51:23 PM UTC-2, Felipe Meirelles wrote: > > I'm using GAE + Google Cloud SQL and when I insert some data to