mybatis-generator-gui icon indicating copy to clipboard operation
mybatis-generator-gui copied to clipboard

mysql关键词处理

Open zacone opened this issue 7 years ago • 0 comments

Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'describe, occupation_id
    from t_banner
     WHERE (  type =' at line 5

生成的xml文件没有对describe和type做处理

zacone avatar Jan 07 '18 03:01 zacone