jdbc insert and search with jolly character is case sensitive
Status: Beta
Brought to you by:
bigman921
MyVD trunk 183
jdbc insert to MySql
I'm trying an ldapsearch filtered with jolly char ("") like
ldapsearch .... (sn=value)
In mysql table the actual value is "Value1"
I get a result only in the following cases:
sn='value1'
sn='Value1'
sn='Value*'
The case
sn='value*' doesn't work.