Re: [web2py] Re: ERROR when MYSQL try to CAST() to LONGTEXT

2014-06-14 Thread Kablu®
Thanks Massimo! The fix is working fine! On Sat, Jun 14, 2014 at 12:39 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > Yes. Is this sufficient? > > https://github.com/web2py/web2py/blob/master/gluon/dal.py#L2671 > > > On Friday, 13 June 2014 12:25:15 UTC-5, André Kablu wrote: >>

[web2py] Re: ERROR when MYSQL try to CAST() to LONGTEXT

2014-06-14 Thread Massimo Di Pierro
Yes. Is this sufficient? https://github.com/web2py/web2py/blob/master/gluon/dal.py#L2671 On Friday, 13 June 2014 12:25:15 UTC-5, André Kablu wrote: > > Sure. Did you pushed it? I cannot find it there... > > Many thanks! > > On Friday, June 13, 2014 1:45:44 PM UTC-3, Massimo Di Pierro wrote: >> >>

[web2py] Re: ERROR when MYSQL try to CAST() to LONGTEXT

2014-06-13 Thread André Kablu
Sure. Did you pushed it? I cannot find it there... Many thanks! On Friday, June 13, 2014 1:45:44 PM UTC-3, Massimo Di Pierro wrote: > > I have a possible fix in trunk. Can you help test it? > > On Wednesday, 11 June 2014 23:06:44 UTC-5, André Kablu wrote: >> >> >> I have a mysql database and crea

[web2py] Re: ERROR when MYSQL try to CAST() to LONGTEXT

2014-06-13 Thread Massimo Di Pierro
I have a possible fix in trunk. Can you help test it? On Wednesday, 11 June 2014 23:06:44 UTC-5, André Kablu wrote: > > > I have a mysql database and created a LIST:INTEGER field > > It is created in MYSQL as LONGTEXT type of data > > > In one of my queries I have received an error: > > *WEB2PY QU