You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Hibernates case-insensitive pattern matching when available.
This commit provides case-insensitive pattern matching when using
`=ilike=` or `=inotlike=` that relies on Hibernate's implementation
for `ilike`. However, if JPA provider is different from Hibernate
we fallback to old implementation.
The reason behind this change is to allow Hibernate generate
"proper" case-insensitive pattern matching query depending on database.
0 commit comments