Files
tidb/parser/ast
arnkore b5ef73dc57 [parser] parser: implement restore for UpdateStmt (#190)
* implement restore for UpdateStmt

* add test case for UpdateStmt's restore functionality

* format code

* 1. put comma check at the start of loop;
2. check the errors for the restore of UpdateStmt.List[%d].Column and UpdateStmt.List[%d].Column.Expr;

* clean origin HintName of UpdateStmt.TableHInts
2021-10-09 14:53:23 +08:00
..