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 Sanitize Sql Like #6673

Merged
merged 1 commit into from
Jul 22, 2023

Conversation

DanielDervishi
Copy link
Contributor

@DanielDervishi DanielDervishi commented Jul 21, 2023

Motivation and Context

Sanitizes user provided strings to escape special characters in the context of a like clause.

Your Changes

Description:

Type of change (select all that apply):

  • Bug fix (non-breaking change which fixes an issue)

Testing

Questions and Comments (if applicable)

Checklist

  • I have performed a self-review of my own code.
  • I have verified that the pre-commit.ci checks have passed.
  • I have verified that the CI tests have passed.
  • I have reviewed the test coverage changes reported on Coveralls.

Pull request to make documentation changes (if applicable)

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 5625764850

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 91.69%

Totals Coverage Status
Change from base Build 5602628851: 0.0%
Covered Lines: 37109
Relevant Lines: 39937

💛 - Coveralls

Copy link
Contributor

@david-yz-liu david-yz-liu left a comment

Choose a reason for hiding this comment

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

@DanielDervishi thanks!

@david-yz-liu david-yz-liu merged commit 25d0be8 into MarkUsProject:master Jul 22, 2023
2 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.

3 participants