Skip to content
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

[feature] support show collation #677

Closed
andyli029 opened this issue Sep 1, 2020 · 0 comments
Closed

[feature] support show collation #677

andyli029 opened this issue Sep 1, 2020 · 0 comments
Assignees
Labels
P0 High priority
Milestone

Comments

@andyli029
Copy link
Contributor

andyli029 commented Sep 1, 2020

Summary

support show collation, show charset used by DBeaver.

mysql> show collation;
ERROR 1105 (HY000): unsupported.query:show collation
mysql> show charset;
ERROR 1149 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use, syntax error at position 13 near 'charset'
@andyli029 andyli029 added the P0 High priority label Sep 1, 2020
@andyli029 andyli029 self-assigned this Sep 1, 2020
@andyli029 andyli029 added this to the v1.1.2 milestone Sep 1, 2020
andyli029 added a commit to andyli029/radon that referenced this issue Sep 1, 2020
[summary]
support show collation
[test case]
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/show_test.go
src/proxy/show_test.go
[patch codecov]
src/proxy/show.go 88.2%
andyli029 added a commit to andyli029/radon that referenced this issue Sep 1, 2020
[summary]
support show collation
[test case]
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/show_test.go
src/proxy/show_test.go
[patch codecov]
src/proxy/show.go 88.2%
andyli029 added a commit to andyli029/radon that referenced this issue Sep 1, 2020
[summary]
support show collation

[test case]
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/show_test.go
src/proxy/show_test.go

[patch codecov]
src/proxy/show.go 88.2%
andyli029 added a commit to andyli029/radon that referenced this issue Sep 1, 2020
[summary]
support show collation, show charset

[test case]
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/show_test.go
src/proxy/show_test.go

[patch codecov]
src/proxy/show.go 88.2%
andyli029 added a commit to andyli029/radon that referenced this issue Sep 2, 2020
[summary]
support show collation, show charset

[test case]
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/show_test.go
src/proxy/show_test.go

[patch codecov]
src/proxy/show.go 88.2%
andyli029 added a commit to andyli029/radon that referenced this issue Sep 2, 2020
[summary]
support show collation, show charset

[test case]
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/show_test.go
src/proxy/show_test.go

[patch codecov]
src/proxy/show.go 88.2%
andyli029 added a commit to andyli029/radon that referenced this issue Sep 2, 2020
[summary]
support show collation, show charset

[test case]
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/show_test.go
src/proxy/show_test.go

[patch codecov]
src/proxy/show.go 88.2%
andyli029 added a commit to andyli029/radon that referenced this issue Sep 2, 2020
[summary]
support show collation, show charset

[test case]
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/show_test.go
src/proxy/show_test.go

[patch codecov]
src/proxy/show.go 88.2%
andyli029 added a commit to andyli029/radon that referenced this issue Sep 2, 2020
[summary]
support show collation, show charset

[test case]
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/show_test.go
src/proxy/show_test.go

[patch codecov]
src/proxy/show.go 88.2%
andyli029 added a commit to andyli029/radon that referenced this issue Sep 2, 2020
[summary]
support show collation, show charset

[test case]
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/show_test.go
src/proxy/show_test.go

[patch codecov]
src/proxy/show.go 88.2%
BohuTANG added a commit that referenced this issue Sep 2, 2020
*: support show collation, show charset #677
andyli029 added a commit to andyli029/radon that referenced this issue Sep 2, 2020
[summary]
add like_or_where_opt

[test case]
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/show_test.go

[patch codecov]
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/ast.go 100%
andyli029 added a commit to andyli029/radon that referenced this issue Sep 2, 2020
[summary]
add like_or_where_opt

[test case]
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/show_test.go

[patch codecov]
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/ast.go 100%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0 High priority
Projects
None yet
Development

No branches or pull requests

1 participant