We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
caused: PreparedStatementCallback; bad SQL grammar [INSERT INTO permissions (role, resource, action) VALUES (?, ?, ?)]; nested exception is java.sql.SQLSyntaxErrorException: ORA-01747: user.table.column, table.column 或列说明无效 ;caused: ORA-01747: user.table.column, table.column 或列说明无效 ;caused: ORA-01747: user.table.column, table.column 或列说明无效 ;
使用的oracle作为数据源,新增角色资源关联时报错,看了一下代码,貌似Nacos官网还没开放这个Mapper的重写适配,关于permissions表的查询和新增的sql都是在ExternalPermissionPersistServiceImpl类里整的硬编码,刚好permissions表中的resource字段,是oracle数据库里的关键字了,使用的oracle版本为19c
The text was updated successfully, but these errors were encountered:
我也遇到了这个问题=-=,添加配置还会报错缺失表达式
Sorry, something went wrong.
No branches or pull requests
caused: PreparedStatementCallback; bad SQL grammar [INSERT INTO permissions (role, resource, action) VALUES (?, ?, ?)]; nested exception is java.sql.SQLSyntaxErrorException: ORA-01747: user.table.column, table.column 或列说明无效 ;caused: ORA-01747: user.table.column, table.column 或列说明无效 ;caused: ORA-01747: user.table.column, table.column 或列说明无效 ;
使用的oracle作为数据源,新增角色资源关联时报错,看了一下代码,貌似Nacos官网还没开放这个Mapper的重写适配,关于permissions表的查询和新增的sql都是在ExternalPermissionPersistServiceImpl类里整的硬编码,刚好permissions表中的resource字段,是oracle数据库里的关键字了,使用的oracle版本为19c
The text was updated successfully, but these errors were encountered: