jonpryor / dblinq2007

Automatically exported from code.google.com/p/dblinq2007
0 stars 0 forks source link

MySQL reserved keywords #289

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've already had some column names which are also reserved keywords, and 
normally i rename my columns when mysql complains about the dblinq-generated 
query. But it would be cool if dblinq could escape the reserved keywords which 
are listed here:

http://dev.mysql.com/doc/refman/5.1/en/reserved-words.html

or as an alternative, escape ALL table names by default as keywords may change 
over time...

thanks

nils

Original issue reported on code.google.com by nilshueg...@googlemail.com on 9 Oct 2010 at 10:28