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
Fix mysql assignment column value parsing (#34975)
* Extract join where segment from update statement
* Extract join where segment from update statement
* Extract join where segment from update statement
Copy file name to clipboardexpand all lines: infra/binder/src/main/java/org/apache/shardingsphere/infra/binder/context/statement/dml/UpdateStatementContext.java
+5-1
Original file line number
Diff line number
Diff line change
@@ -54,11 +54,15 @@ public final class UpdateStatementContext extends CommonSQLStatementContext impl
Copy file name to clipboardexpand all lines: parser/sql/dialect/mysql/src/main/java/org/apache/shardingsphere/sql/parser/mysql/visitor/statement/MySQLStatementVisitor.java
+1-6
Original file line number
Diff line number
Diff line change
@@ -1613,12 +1613,7 @@ public ASTNode visitAssignment(final AssignmentContext ctx) {
0 commit comments