-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
HHH-19697 Use case-insensitive Dialect query pattern matching #10702
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
base: main
Are you sure you want to change the base?
HHH-19697 Use case-insensitive Dialect query pattern matching #10702
Conversation
Thanks for your pull request! This pull request appears to follow the contribution rules. › This message was automatically generated. |
I tried to create a ticket on JIRA but could not log in; I hope this is OK |
thanks for the patch.
Does this help: #hibernate-user > ✔ JIRA Login not possible? |
When I press the login button as mentioned, I get redirected back to the same page and still not logged in. When I go to atlassian home my user is logged in. It's something specific to the hibernate atlassian project. When I try via incognito mode, I get the pop up to log in; But when my login succeeds, I get redirected back again and still appear as not logged in. |
01bd055
to
eabc8a0
Compare
I've created a new Jira account with my ISP email address; This was successful and I managed to create a Jira ticket. I've modified the commit message to add the Jira ticket number |
e0f67a2
to
dbbe1db
Compare
76d0809
to
0232e87
Compare
Is there anything else that needs to happen? The Jenkins CI job seems to be stuck in configuring |
The query pattern used in Dialect is case sensitive and it currently only allows lower case queries. This PR adds support to allow uppercase (
SELECT .. FROM .. WHERE
) by making the query pattern regex case insensitive.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.
https://hibernate.atlassian.net/browse/HHH-19697