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
mysql
mysql 5.7
1.2.23
Jdk8
insert into tbl1(field1, field2) values (val11, val12), (val21, val22)
No response
Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to com.alibaba.druid.sql.ast.SQLExpr at com.alibaba.druid.sql.dialect.mysql.visitor.MySqlOutputVisitor.printValuesList(MySqlOutputVisitor.java:1279) at com.alibaba.druid.sql.dialect.mysql.visitor.MySqlOutputVisitor.visit(MySqlOutputVisitor.java:1241) at com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlInsertStatement.accept0(MySqlInsertStatement.java:134) at com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlInsertStatement.accept0(MySqlInsertStatement.java:127) at com.alibaba.druid.sql.ast.SQLObjectImpl.accept(SQLObjectImpl.java:48) at com.alibaba.druid.sql.visitor.ParameterizedOutputVisitorUtils.parameterize(ParameterizedOutputVisitorUtils.java:375) at com.alibaba.druid.sql.ast.SQLStatementImpl.toParameterizedString(SQLStatementImpl.java:63)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Database Type
mysql
Database Version
mysql 5.7
Druid Version
1.2.23
JDK Version
Jdk8
Error SQL
insert into tbl1(field1, field2) values (val11, val12), (val21, val22)
Testcase Code
No response
Stacktrace Info
Error Info
No response
The text was updated successfully, but these errors were encountered: