Menu

#6 jdbc insert and search with jolly character is case sensitive

v0.7
open
nobody
5
2014-02-15
2014-02-15
No

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.

Discussion


Log in to post a comment.