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

feat(sql): implement ESCAPE clause support for pattern matching #4491

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

bzhang464
Copy link

Regarding the third part of this issue #2623 (comment) by @bziobrowski.

Allows for explicit setting of an escape character in LIKE/ILIKE pattern matching. In the case where no character is provided, the backslash is kept as the default escape character.

@CLAassistant
Copy link

CLAassistant commented May 10, 2024

CLA assistant check
All committers have signed the CLA.

@nwoolmer nwoolmer changed the title feat(sql) Implement ESCAPE clause support for pattern matching feat(sql): implement ESCAPE clause support for pattern matching May 10, 2024
@nwoolmer nwoolmer added the SQL Issues or changes relating to SQL execution label May 10, 2024
@bzhang464 bzhang464 marked this pull request as ready for review May 10, 2024 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SQL Issues or changes relating to SQL execution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants