Hibernate 执行sql语句返回yntax error: syntax error, expect LPAREN, actual NOT not

Posted chrischris

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hibernate 执行sql语句返回yntax error: syntax error, expect LPAREN, actual NOT not相关的知识,希望对你有一定的参考价值。

hibernate自动创建表时提示 :  ERROR: sql injection violation, syntax error: syntax error, expect LPAREN, actual NOT not :

可是我把sql语句在sql客户端执行是Ok的

后来在一个博客的评论区找到了原因

原来改sql语句执行被druid配置的防火墙拦截了

将druid.filters属性中的wall去掉就好

以上是关于Hibernate 执行sql语句返回yntax error: syntax error, expect LPAREN, actual NOT not的主要内容,如果未能解决你的问题,请参考以下文章

Hibernate 调用存储过程 该语句没有返回结果集

hibernate 使用sql server的存储过程时没有返回值

Hibernate HQL基础

hibernate SQL查询COUNT函数

Hibernate 执行原始SQL语句

Hibernate基本CRUD