-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
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
[bug] ERROR about SQL with Keyword key
#489
Comments
ACK. |
Queto ` is removed here:
|
Ping @andyli029 |
ack |
hustjieke
added a commit
to hustjieke/radon
that referenced
this issue
Sep 24, 2019
[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 [patch codecov] src/planner/ddl_plan.go 95.1% coverage: 89.8% of statements
hustjieke
added a commit
to hustjieke/radon
that referenced
this issue
Sep 24, 2019
[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 [patch codecov] src/planner/ddl_plan.go 95.1% coverage: 89.8% of statements
hustjieke
added a commit
to hustjieke/radon
that referenced
this issue
Sep 24, 2019
[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 [patch codecov] src/planner/ddl_plan.go 95.1% coverage: 89.8% of statements
hustjieke
added a commit
to hustjieke/radon
that referenced
this issue
Sep 25, 2019
…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 [patch codecov] src/planner/ddl_plan.go 95.1% coverage: 89.8% of statements
hustjieke
added a commit
to hustjieke/radon
that referenced
this issue
Nov 22, 2019
…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 [patch codecov] src/planner/ddl_plan.go 95.1% coverage: 89.8% of statements
hustjieke
added a commit
to hustjieke/radon
that referenced
this issue
Dec 5, 2019
…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
hustjieke
added a commit
to hustjieke/radon
that referenced
this issue
Dec 30, 2019
…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
hustjieke
added a commit
to hustjieke/radon
that referenced
this issue
Dec 31, 2019
…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
hustjieke
added a commit
to hustjieke/radon
that referenced
this issue
Jan 2, 2020
…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
hustjieke
added a commit
to hustjieke/radon
that referenced
this issue
Jan 5, 2020
…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 standards. 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
BohuTANG
pushed a commit
that referenced
this issue
Jan 7, 2020
[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 standards. 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
radon
下发backend
MySQL
log
The text was updated successfully, but these errors were encountered: