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
sqlserver
2019
1.2.23
8
enable trigger all on tablename or alter table tablename disable trigger all
merge sql error, dbType sqlserver, druid-1.2.23, sql : enable trigger all on ItemBrand com.alibaba.druid.sql.parser.ParserException: not supported.pos 6, line 1, column 1, token ENABLE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Database Type
sqlserver
Database Version
2019
Druid Version
1.2.23
JDK Version
8
Error SQL
enable trigger all on tablename
or
alter table tablename disable trigger all
Testcase Code
disable trigger all on ${tablename} enable trigger all on ${tablename}Stacktrace Info
merge sql error, dbType sqlserver, druid-1.2.23, sql : enable trigger all on ItemBrand
com.alibaba.druid.sql.parser.ParserException: not supported.pos 6, line 1, column 1, token ENABLE
Error Info
merge sql error, dbType sqlserver, druid-1.2.23, sql : enable trigger all on ItemBrand
com.alibaba.druid.sql.parser.ParserException: not supported.pos 6, line 1, column 1, token ENABLE
The text was updated successfully, but these errors were encountered: