[web2py] Re: Use reserved keywords of mysql

2016-06-28 Thread Niphlod
if I'm not mistaken very recent releases quote everything by default, and even if the previous statement is incorrect, the entity_quoting argument is there for some time now. On Tuesday, June 28, 2016 at 7:06:49 PM UTC+2, pbreit wrote: > > Does the new DAL relax the reserved SQL words limitation

[web2py] Re: Use reserved keywords of mysql

2016-06-28 Thread pbreit
Does the new DAL relax the reserved SQL words limitation? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscr

[web2py] Re: Use reserved keywords of mysql

2013-06-18 Thread Niphlod
There's nothing in the actual code that uses escaping. we tried but it was reverted soon. It's on the roadmap but it's not done yet, as it is a rather hard point. On the implementation process, we may provide a "sql_name" attribute for both fields and tables that will output the escaped sequenc