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

Add Postgres operators for the LIKE expression variants #1096

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

gruuya
Copy link
Contributor

@gruuya gruuya commented Jan 16, 2024

Closes #1095

Extends the Token and BinaryOperator enums with variants representing ~~, ~~*, !~~, !~~*, in accordance with the present regular expression tokens/operators.

@coveralls
Copy link

coveralls commented Jan 16, 2024

Pull Request Test Coverage Report for Build 7567080306

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.02%) to 87.838%

Totals Coverage Status
Change from base Build 7542509865: -0.02%
Covered Lines: 18908
Relevant Lines: 21526

💛 - Coveralls

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.

This is a really nice contribution @gruuya -- thank you. It is well commented and well tested in my opinion ❤️

@alamb alamb merged commit c7d2903 into sqlparser-rs:main Jan 22, 2024
10 checks passed
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.

Add support for Postgres LIKE operators
3 participants