Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for Bug 384223 checked in

Bug 384223 - likeIgnoreCase does not work for german ß
https://bugs.eclipse.org/bugs/show_bug.cgi?id=384223

* Added static public flag 'shouldUseUpperCaseForIgnoreCase' to _expression_ to enable case insensitive operations to use the lower() db function, instead of the upper() db function
* The current default of the upper() db function is still the default
* Added LowerCaseForCaseInsensitiveTest to ExpressionTestSuite

Reviewed by Andrei Ilitchev

LRG & JPA LRG (Oracle & MySQL) (OK)

Back to the top