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

feat: Support parsing MySQL show variables #559

Merged
merged 1 commit into from Aug 11, 2022

Conversation

ovr
Copy link
Contributor

@ovr ovr commented Aug 8, 2022

Hello!

SHOW [GLOBAL | SESSION] VARIABLES
    [LIKE 'pattern' | WHERE expr]

Thanks

@coveralls
Copy link

coveralls commented Aug 8, 2022

Pull Request Test Coverage Report for Build 2817991223

  • 13 of 13 (100.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 89.965%

Totals Coverage Status
Change from base Build 2805421159: 0.01%
Covered Lines: 9109
Relevant Lines: 10125

💛 - Coveralls

@alamb
Copy link
Collaborator

alamb commented Aug 11, 2022

Thanks @ovr

@alamb alamb merged commit e2b9437 into sqlparser-rs:main Aug 11, 2022
@alamb alamb mentioned this pull request Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants