Bug 175 : icontains ... is NOT case insensitive ... but it should be.
Priority 
High
Reported Version 
 
Logged By 
Rob
Status 
Fixed
Fixed Version 
2.2.0
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
14/11/2009
Updated 
14/11/2009
Type 
Bug
 
Attachments 
No attachments

Hi, in one of my queries (Oracle 9) I used ...where().icontains(...)
but the resulting sql is ... where ... fieldName like ?

 
Rob 14 Nov 23:32
iendsWith as well

iendsWith is also incorrect - it should be case insensitive.

Fixed in HEAD. Refer DefaultExpressionFactory.

woResponse

Upload a file