cdpwest / hibernate-generic-dao

Automatically exported from code.google.com/p/hibernate-generic-dao
0 stars 0 forks source link

What about ignoring case in comparison Filters? (=,> ,< ,>= ,<=, IN) #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When comparing strings, case can be an important factor. Right now we have 
an ignore case option for the LIKE comparison. Should we have the same 
option for the other string comparison operators?

Original issue reported on code.google.com by dwolvert on 13 Mar 2009 at 4:40