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

fix: deparse LIKE operator in qual #279

Merged
merged 1 commit into from
May 24, 2024
Merged

fix: deparse LIKE operator in qual #279

merged 1 commit into from
May 24, 2024

Conversation

burmecia
Copy link
Member

@burmecia burmecia commented May 24, 2024

What kind of change does this PR introduce?

This PR is to fix LIKE operator qual deparse, which will fix #278 .

What is the current behavior?

Currently, the LIKE operator is translated to its original presentation ~~, which caused error when deparsing qual.

What is the new behavior?

Translate LIKE and NOT LIKE to sql like and not like correctly.

Additional context

N/A

@burmecia burmecia added mssql SQL Server related issues bug Something isn't working labels May 24, 2024
@burmecia burmecia merged commit 3d0d518 into main May 24, 2024
2 checks passed
@burmecia burmecia deleted the bo/fix/like-qual branch May 24, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mssql SQL Server related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SQL Server Wrapper Incorrect Syntax Near '~'
2 participants