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 Ebean ORM
Hi, in one of my queries (Oracle 9) I used ...where().icontains(...)
but the resulting sql is ... where ... fieldName like ?
If I use ilike(...) the query is ... where ... lower(fieldName)
like ?
This way icontains() is not case insensitive.
Is it a bug?
Thanks
Claudio
Rob Bygrave
unread,
Nov 14, 2009, 6:30:29 PM11/14/09
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