<font size=2 face="sans-serif">Hi,</font>
<br><font size=2 face="sans-serif">Using MS7+oracle, I apply a wfs filter
</font><tt><font size=3>PropertyIsEqualTo</font></tt><font size=2 face="sans-serif">
on a layer attribute (string) with a truncated string, so it should returns
0 features, but it returns 1 feature.</font>
<br><font size=2 face="sans-serif">The complete value is "Antonin".
I apply the filter using "Anto"</font>
<br>
<br>
<br><font size=2 face="sans-serif">MS7+Postgis</font>
<br><tt><font size=3><wfs:Query typeName="feature:SMDVDP_STAT_METE"
srsName="EPSG:3857"><ogc:Filter xmlns:ogc="</font></tt><a href=http://www.opengis.net/ogc><tt><font size=3 color=blue>http://www.opengis.net/ogc</font></tt></a><tt><font size=3>"><ogc:PropertyIsEqualTo
matchCase="false"><ogc:PropertyName>NOM_STAT</ogc:PropertyName><ogc:Literal><b>Anto</b></ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter></wfs:Query></font></tt>
<br><font size=3>numberOfFeatures="0" , that is ok.</font>
<br><font size=3>Ms log: </font><font size=2 face="Monospace">FLTLayerApplyPlainFilterToLayer():
 ("[NOM_STAT]" =*"Anto")</font>
<br>
<br><font size=2 face="sans-serif">Ms7+Oracle</font>
<br><tt><font size=3><wfs:Query typeName="feature:SMDVDP_STAT_METE"
srsName="EPSG:32198"><ogc:Filter xmlns:ogc="</font></tt><a href=http://www.opengis.net/ogc><tt><font size=3 color=blue>http://www.opengis.net/ogc</font></tt></a><tt><font size=3>"><ogc:PropertyIsEqualTo
matchCase="false"><ogc:PropertyName>NOM_STAT</ogc:PropertyName><ogc:Literal><b>Anto</b></ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter></wfs:Query></font></tt>
<br><font size=3>numberOfFeatures="1" , BAD</font>
<br><font size=3>Mslog: msOracleSpatialLayerTranslateFilter. String: ("[NOM_STAT]"
=*"Anto") </font>
<br>
<br><font size=3>Is the problem MS o oracle? Should I open a Ms bug?</font>
<br><font size=3>Regards!</font>
<br>
<p>