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] Add support for Help Statement #710

Closed
hustjieke opened this issue Dec 7, 2020 · 0 comments
Closed

[feature] Add support for Help Statement #710

hustjieke opened this issue Dec 7, 2020 · 0 comments
Assignees
Labels
P0 High priority type: feature
Projects

Comments

@hustjieke
Copy link
Contributor

MySQL syntax:

HELP 'search_string'

The HELP statement returns online information from the MySQL Reference Manual.
See: https://dev.mysql.com/doc/refman/8.0/en/help.html

@hustjieke hustjieke added type: feature P0 High priority labels Dec 7, 2020
@hustjieke hustjieke self-assigned this Dec 7, 2020
hustjieke added a commit to hustjieke/radon that referenced this issue Dec 7, 2020
[summary]
support "help statement" for users to get help online information from mysql.

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

[patch codecov]
src/proxy/help.go 100%
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/ast.go 96.6%
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/rewriter.go 64.7%
hustjieke added a commit to hustjieke/radon that referenced this issue Dec 10, 2020
[summary]
support "help statement" for users to get help online information from mysql.

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

[patch codecov]
src/proxy/help.go 100%
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/ast.go 96.6%
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/rewriter.go 64.7%
hustjieke added a commit to hustjieke/radon that referenced this issue Dec 10, 2020
[summary]
support "help statement" for users to get help online information from mysql.

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

[patch codecov]
src/proxy/help.go 100%
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/ast.go 96.6%
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/rewriter.go 64.7%
hustjieke added a commit to hustjieke/radon that referenced this issue Dec 14, 2020
[summary]
support "help statement" for users to get help online information from mysql.

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

[patch codecov]
src/proxy/help.go 100%
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/ast.go 96.6%
src/vendor/github.com/xelabs/go-mysqlstack/sqlparser/rewriter.go 64.7%
BohuTANG added a commit that referenced this issue Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0 High priority type: feature
Projects
SQL
  
Awaiting triage
Development

No branches or pull requests

1 participant