You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE table_a SET ext = '{"extMap":{"address":"1 RenMin's Road, Hang Zhou"}}' WHERE id = 1729512194000
Testcase Code
String sql = "UPDATE table_a SET ext = '{"extMap":{"address":"1 RenMin's Road, Hang Zhou"}}' WHERE id = 172950";
SQLStatement sqlStatement = SQLUtils.parseSingleMysqlStatement(sql);
Stacktrace Info
Exception in thread "main" com.alibaba.druid.sql.parser.ParserException: not supported.pos 58, line 1, column 58, token IDENTIFIER s
at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:654)
at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:106)
at com.alibaba.druid.sql.SQLUtils.parseSingleStatement(SQLUtils.java:626)
at com.alibaba.druid.sql.SQLUtils.parseSingleMysqlStatement(SQLUtils.java:657)
Error Info
已知是 "1 RenMin's Road, Hang Zhou" 的 ' 导致了异常
The text was updated successfully, but these errors were encountered:
Database Type
MySQL
Database Version
MySQL 5.7
Druid Version
1.2.23
JDK Version
OpenJDK 17
Error SQL
UPDATE table_a SET ext = '{"extMap":{"address":"1 RenMin's Road, Hang Zhou"}}' WHERE id = 1729512194000
Testcase Code
String sql = "UPDATE table_a SET ext = '{"extMap":{"address":"1 RenMin's Road, Hang Zhou"}}' WHERE id = 172950";
SQLStatement sqlStatement = SQLUtils.parseSingleMysqlStatement(sql);
Stacktrace Info
Exception in thread "main" com.alibaba.druid.sql.parser.ParserException: not supported.pos 58, line 1, column 58, token IDENTIFIER s
at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:654)
at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:106)
at com.alibaba.druid.sql.SQLUtils.parseSingleStatement(SQLUtils.java:626)
at com.alibaba.druid.sql.SQLUtils.parseSingleMysqlStatement(SQLUtils.java:657)
Error Info
已知是 "1 RenMin's Road, Hang Zhou" 的 ' 导致了异常
The text was updated successfully, but these errors were encountered: