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

Support EXPLAIN / DESCR / DESCRIBE [FORMATTED | EXTENDED] #1156

Merged
merged 8 commits into from
Mar 1, 2024

Conversation

jonathanlehto
Copy link
Contributor

@coveralls
Copy link

coveralls commented Feb 29, 2024

Pull Request Test Coverage Report for Build 8115996810

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 38 of 40 (95.0%) changed or added relevant lines in 4 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.008%) to 87.815%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/parser/mod.rs 9 10 90.0%
tests/sqlparser_common.rs 11 12 91.67%
Files with Coverage Reduction New Missed Lines %
src/parser/mod.rs 1 82.86%
Totals Coverage Status
Change from base Build 8115901117: 0.008%
Covered Lines: 20389
Relevant Lines: 23218

💛 - Coveralls

@alamb alamb changed the title adding extended and formatted Support DESCRIBE [FORMATTED | EXTENDED] Mar 1, 2024
src/ast/mod.rs Show resolved Hide resolved
@alamb alamb changed the title Support DESCRIBE [FORMATTED | EXTENDED] Support EXPLAIN / DESCR / DESCRIBE [FORMATTED | EXTENDED] Mar 1, 2024
Copy link
Collaborator

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As always thanks again. I have a few small comment improvements, but I'll plan to make them myself

src/ast/mod.rs Outdated Show resolved Hide resolved
src/ast/mod.rs Outdated Show resolved Hide resolved
@alamb alamb merged commit ef46680 into sqlparser-rs:main Mar 1, 2024
10 checks passed
@jonathanlehto
Copy link
Contributor Author

Thank you @alamb ! I appreciate the changes!

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

3 participants