Skip to content

Apply COALESCE and CAST functions to better handle null values for LIKE with wildcards #3067

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

Closed
wants to merge 2 commits into from

Conversation

gregturn
Copy link
Contributor

No description provided.

gregturn added 2 commits July 11, 2023 10:59
To handle potential NULL values when LIKE is combined with wildcards, insert a COALESCE function. Also, apply a provider-specific CAST to parameters to ensure it doesn't transform into binary formats.

See #3041
@gregturn gregturn requested a review from mp911de July 12, 2023 18:07
@mp911de mp911de self-assigned this Jul 19, 2023
@mp911de mp911de added the status: superseded An issue that has been superseded by another label Jul 21, 2023
@mp911de
Copy link
Member

mp911de commented Jul 21, 2023

Superseded by #3083

@mp911de mp911de closed this Jul 21, 2023
@mp911de mp911de deleted the issue/gh-3041 branch July 21, 2023 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: superseded An issue that has been superseded by another
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants