case-insensitive strings #5545
gavinking
started this conversation in
Design Proposals
Replies: 1 comment 3 replies
-
I love the idea. It's useful for e.g. Email addresses and domain names which are all case insensitive. In the past I used a PostgreSQL type called |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think it would be interesting to have built-in support for some sort of case-insensitive string type, where:
equalsIgnoreCase()
lower()
=
and<
comparisons in HQL would uselower()
The idea came to me here jakartaee/persistence#209 (comment).
Beta Was this translation helpful? Give feedback.
All reactions