[ 
https://issues.apache.org/jira/browse/OODT-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris A. Mattmann resolved OODT-48.
-----------------------------------

    Resolution: Fixed

- I fixed this in r1023138. I added a unit test too to check for all future 
regresson on this.

> WildcardExpression in XMLPS generates incorrect SQL
> ---------------------------------------------------
>
>                 Key: OODT-48
>                 URL: https://issues.apache.org/jira/browse/OODT-48
>             Project: OODT
>          Issue Type: Bug
>          Components: xmlps
>         Environment: testing with CHLA
>            Reporter: Chris A. Mattmann
>            Assignee: Chris A. Mattmann
>            Priority: Critical
>             Fix For: 0.1-incubating
>
>
> As it turns out the WildcardExpression in XMLPS incorrectly generates SQL 
> where clauses of the form:
> {noformat}
> WHERE
>   <term> LIKE %'<value>'%
> {noformat}
> instead of:
> {noformat}
> WHERE
>   <term> LIKE '%<value>%'
> {noformat}
> No one is screaming about it yet, but they will so I'll fix it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to