-
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] query with interval parse error #472
Milestone
Comments
zhyass
added a commit
to zhyass/radon
that referenced
this issue
Sep 2, 2019
zhyass
added a commit
to zhyass/radon
that referenced
this issue
Sep 4, 2019
[summary] select adddate('2009-09-01 19:08:01', interval '1 1' month_day) from t; The keywords month_day parser with backquote previously, then `MySQL` report syntax error. [testcase] parser_test.go [codecov]
zhyass
added a commit
to zhyass/radon
that referenced
this issue
Sep 4, 2019
[summary] select adddate('2009-09-01 19:08:01', interval '1 1' month_day) from t; The keywords month_day parser with backquote previously, then `MySQL` report syntax error. [testcase] parser_test.go [codecov] 86.4%
zhyass
added a commit
to zhyass/radon
that referenced
this issue
Sep 4, 2019
[summary] select adddate('2009-09-01 19:08:01', interval '1 1' month_day) from t; The keywords month_day parser with backquote previously, then `MySQL` report syntax error. [test case] parser_test.go [patch codecov] 86.4%
zhyass
added a commit
to zhyass/radon
that referenced
this issue
Sep 5, 2019
[summary] select adddate('2009-09-01 19:08:01', interval '1 1' month_day) from t; The keywords month_day parser with backquote previously, then `MySQL` report syntax error. [test case] src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/parse_test.go [patch codecov] 86.4%
BohuTANG
pushed a commit
that referenced
this issue
Sep 6, 2019
[summary] select adddate('2009-09-01 19:08:01', interval '1 1' month_day) from t; The keywords month_day parser with backquote previously, then `MySQL` report syntax error. [test case] src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/parse_test.go [patch codecov] 86.4%
andyli029
added
type: feature
type: bug
Something isn't working
and removed
type: bug
Something isn't working
type: feature
labels
Dec 6, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
create table time(a int primary key,b datetime);
insert into time(a,b) values(1, now());
error log:
The text was updated successfully, but these errors were encountered: