Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
planner: fix column name with no quote when scatter to backends radon…
…db#489 [summary] When scatter sql to backends, the column name should be with quote '`' e.g.: create table db.t(`key` int primary key, `col` int); For the ddl with rename table, we remove all quotes '`' to uniform standars. e.g.: alter table t1 rename t2. [test case] src/planner/ddl_plan_test.go src/planner/ddl_test.go src/executor/ddl_executor_test.go [patch codecov] src/planner/ddl_plan.go 95.1% coverage: 89.8% of statements
- Loading branch information