Hello again Lukas!--I noticed the contains and equals and ignoreCase analogues. It would be great if Field.startWith and Field.endsWith also had versions that ignored case. Pretty simple request this time :)Thanks,Max
You received this message because you are subscribed to the Google Groups "jOOQ User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jooq-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
ks
key), PostgreSQL does not at the moment allow such collations to act in a truly case- or accent-insensitive manner. Any strings that compare equal according to the collation but are not byte-wise equal will be sorted according to their byte values."Sorry one more : https://postgrespro.com/docs/postgresql/10/collationRelevant text : ''Note that while this system allows creating collations that “ignore case” or “ignore accents” or similar (using theks
key), PostgreSQL does not at the moment allow such collations to act in a truly case- or accent-insensitive manner. Any strings that compare equal according to the collation but are not byte-wise equal will be sorted according to their byte values."
--
select tags
from sometable
where tags::citext[] @> cast('{"FOO"}' as citext[])
You received this message because you are subscribed to a topic in the Google Groups "jOOQ User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jooq-user/MHu2ApfYeC4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jooq-user+...@googlegroups.com.