Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
testing with CHLA
Description
As it turns out the WildcardExpression in XMLPS incorrectly generates SQL where clauses of the form:
WHERE <term> LIKE %'<value>'%
instead of:
WHERE <term> LIKE '%<value>%'
No one is screaming about it yet, but they will so I'll fix it.