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 SET ROLE statement #455

Merged
merged 1 commit into from
Apr 13, 2022
Merged

Support SET ROLE statement #455

merged 1 commit into from
Apr 13, 2022

Conversation

slhmy
Copy link
Contributor

@slhmy slhmy commented Apr 9, 2022

close #442

@coveralls
Copy link

Pull Request Test Coverage Report for Build 2140221997

  • 31 of 35 (88.57%) changed or added relevant lines in 3 files are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.02%) to 90.545%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/ast/mod.rs 10 14 71.43%
Files with Coverage Reduction New Missed Lines %
src/ast/mod.rs 1 78.01%
src/test_utils.rs 1 83.08%
Totals Coverage Status
Change from base Build 2085061398: -0.02%
Covered Lines: 7881
Relevant Lines: 8704

💛 - Coveralls

@alamb alamb changed the title Support 'SET ROLE' statement Support SET ROLE statement Apr 13, 2022
Copy link
Contributor

@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.

Looks good to me -- thanks @slhmy

@alamb alamb merged commit 8f207db into apache:main Apr 13, 2022
MazterQyou pushed a commit to cube-js/sqlparser-rs that referenced this pull request Oct 9, 2023
MazterQyou pushed a commit to cube-js/sqlparser-rs that referenced this pull request Oct 9, 2023
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.

The "SET ROLE 'Postgres' "statement cannot be parsed
4 participants