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

Like with wildcards fail to match fields with new lines. #4547

Closed
nl5887 opened this issue Jul 20, 2023 · 1 comment · Fixed by #4548
Closed

Like with wildcards fail to match fields with new lines. #4547

nl5887 opened this issue Jul 20, 2023 · 1 comment · Fixed by #4548
Labels
arrow Changes to the arrow crate bug

Comments

@nl5887
Copy link
Contributor

nl5887 commented Jul 20, 2023

Describe the bug
When having new lines in fields, LIKEs with wildcards (%data%) fail to match those fields.

To Reproduce
Have a field with like:

test
Air

LIKE '%Air%' won't match the field

Expected behavior
LIKE '%Air%' should match the field.

Additional context
This can be fixed by adding the s flag to the regex.

@nl5887 nl5887 added the bug label Jul 20, 2023
@tustvold tustvold added the arrow Changes to the arrow crate label Jul 30, 2023
@tustvold
Copy link
Contributor

label_issue.py automatically added labels {'arrow'} from #4548

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants