-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
[ISSUE #7694] Fix fuzzy search with underscore returns wrong results #7695
base: develop
Are you sure you want to change the base?
Conversation
I can help you developer out on the issue |
Thanks for your feedback and contribution. But the issue/pull request has not had recent activity more than 180 days. This issue/pull request will be closed if no further activity occurs 7 days later. |
Full access |
Please merge |
Telling me to pay all the fees to this address, I also paid 0x62AAcCda15f2fF2F8e445D134e2aDfBeB1F4Bb54 You tell me how many times I have to pay |
Why doesn't anyone help me? How many times do I have to pay? |
I paid for the integration, but nothing was deposited |
Please do not create a Pull Request without creating an issue first.
What is the purpose of the change
Fix #7694 Fuzzy search with underscore returns wrong results
Brief changelog
Escape underscore when query data with generateLikeArgument function.
For derby, an additional statement specifying the escape character is required, so add a
see https://db.apache.org/derby/docs/10.5/ref/rrefjdbc28456.html
Verifying this change
Follow this checklist to help us incorporate your contribution quickly and easily:
[ISSUE #123] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean package apache-rat:check findbugs:findbugs -Dmaven.test.skip=true
to make sure basic checks pass. Runmvn clean install -DskipITs
to make sure unit-test pass. Runmvn clean test-compile failsafe:integration-test
to make sure integration-test pass.