You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jinq
Hello All,
Does Jinq have the capability to specify a case sensitive search/specify collation?
I've searched for it but cant seems to find any documentation regarding this topic.
Worst case, is there any way to execute a SQL statement?
Regards
Jinq
unread,
Dec 19, 2018, 11:52:54 AM12/19/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jinq
It's not supported.
Jinq is designed to layer on top of JPA/Hibernate, so you can always drop down at any time to issuing JPA queries. I'm not sure if search/collation are available in JPA/Hibernate either, so you may have to drop down to native SQL queries in JPA/Hibernate to get that capability.