LikeExpression case sensitive not working properly
--------------------------------------------------
Key: HHH-2997
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2997
Project: Hibernate3
Issue Type: Bug
Components: query-criteria
Affects Versions: 3.2.5
Environment: Hibernate 3.2.5
Reporter: Adam Czysciak
Priority: Minor
Attachments: LikeExpression.patch
LikeExpression doesn't handle ignoreCase flag properly when it's set to false.
Uses it to build correct sql "property like ?", but doesn't use the flag
inside getTypedValues - produces always lowercase value to bind.
Attached a patch for 3.2.5
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira