You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Christian Carlow (JIRA)" <ji...@apache.org> on 2015/03/06 20:34:38 UTC

[jira] [Commented] (OFBIZ-6137) Add support for SQL SIMILAR TO operator

    [ https://issues.apache.org/jira/browse/OFBIZ-6137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14350775#comment-14350775 ] 

Christian Carlow commented on OFBIZ-6137:
-----------------------------------------

Verified functionality using:

<entity-condition list="invoices" entity-name="Invoice">
                    <condition-list>
                        <condition-expr field-name="referenceNumber" operator="similar-to" value="[A-C]%"/>
                    </condition-list>
                </entity-condition>

> Add support for SQL SIMILAR TO operator
> ---------------------------------------
>
>                 Key: OFBIZ-6137
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6137
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Christian Carlow
>            Priority: Minor
>         Attachments: OFBIZ-6137.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)