Skip to content

feat: comments for all operators #917

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

Merged
merged 1 commit into from
Jul 17, 2023
Merged

feat: comments for all operators #917

merged 1 commit into from
Jul 17, 2023

Conversation

izveigor
Copy link
Contributor

Adding comments for all unary and binary operators to be more clear about the operator itself.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 5552414860

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 10 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.06%) to 87.015%

Files with Coverage Reduction New Missed Lines %
src/parser.rs 1 82.98%
src/lib.rs 9 11.7%
Totals Coverage Status
Change from base Build 5476034295: 0.06%
Covered Lines: 15171
Relevant Lines: 17435

💛 - Coveralls

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.

Thank you so much for this contribution @izveigor

LtEq,
/// Spaceship, e.g. `a <=> b`
Copy link
Contributor

Choose a reason for hiding this comment

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

🚀 -- I didn't even know about this one

@alamb alamb merged commit c8b6e7f into apache:main Jul 17, 2023
serprex pushed a commit to serprex/sqlparser-rs that referenced this pull request Nov 6, 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.

3 participants