You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vxquery.apache.org by "Preston Carman (JIRA)" <ji...@apache.org> on 2012/06/27 21:52:43 UTC

[jira] [Created] (VXQUERY-41) String Comparison (FnCompare)

Preston Carman created VXQUERY-41:
-------------------------------------

             Summary: String Comparison (FnCompare)
                 Key: VXQUERY-41
                 URL: https://issues.apache.org/jira/browse/VXQUERY-41
             Project: VXQuery
          Issue Type: Task
            Reporter: Preston Carman


Basically implement FnCompare for strings.

More details:
http://www.w3.org/TR/xquery/#id-comparisons
http://www.w3.org/TR/xquery-operators/#string-compare

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (VXQUERY-41) String Comparison (FnCompare)

Posted by "Preston Carman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VXQUERY-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Preston Carman updated VXQUERY-41:
----------------------------------

    Issue Type: Sub-task  (was: Task)
        Parent: VXQUERY-31
    
> String Comparison (FnCompare)
> -----------------------------
>
>                 Key: VXQUERY-41
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-41
>             Project: VXQuery
>          Issue Type: Sub-task
>            Reporter: Preston Carman
>         Attachments: StringComparisonFunctions1.patch
>
>
> Basically implement FnCompare for strings.
> More details:
> http://www.w3.org/TR/xquery/#id-comparisons
> http://www.w3.org/TR/xquery-operators/#string-compare

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (VXQUERY-41) String Comparison (FnCompare)

Posted by "Vinayak Borkar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VXQUERY-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinayak Borkar reassigned VXQUERY-41:
-------------------------------------

    Assignee: Preston Carman
    
> String Comparison (FnCompare)
> -----------------------------
>
>                 Key: VXQUERY-41
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-41
>             Project: VXQuery
>          Issue Type: Sub-task
>            Reporter: Preston Carman
>            Assignee: Preston Carman
>         Attachments: StringComparisonFunctions1.patch, StringOpearations-07-09.patch
>
>
> Basically implement FnCompare for strings.
> More details:
> http://www.w3.org/TR/xquery/#id-comparisons
> http://www.w3.org/TR/xquery-operators/#string-compare

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (VXQUERY-41) String Comparison (FnCompare)

Posted by "Preston Carman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VXQUERY-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Preston Carman updated VXQUERY-41:
----------------------------------

    Attachment: StringOpearations-07-09.patch

Contains a bunch of fixes related to string. Primarily a new compare function that is much simpler.
                
> String Comparison (FnCompare)
> -----------------------------
>
>                 Key: VXQUERY-41
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-41
>             Project: VXQuery
>          Issue Type: Sub-task
>            Reporter: Preston Carman
>         Attachments: StringComparisonFunctions1.patch, StringOpearations-07-09.patch
>
>
> Basically implement FnCompare for strings.
> More details:
> http://www.w3.org/TR/xquery/#id-comparisons
> http://www.w3.org/TR/xquery-operators/#string-compare

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (VXQUERY-41) String Comparison (FnCompare)

Posted by "Preston Carman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VXQUERY-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Preston Carman resolved VXQUERY-41.
-----------------------------------

    Resolution: Fixed

All functionality has been committed.
                
> String Comparison (FnCompare)
> -----------------------------
>
>                 Key: VXQUERY-41
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-41
>             Project: VXQuery
>          Issue Type: Sub-task
>            Reporter: Preston Carman
>            Assignee: Preston Carman
>         Attachments: StringComparisonFunctions1.patch, StringOpearations-07-09.patch
>
>
> Basically implement FnCompare for strings.
> More details:
> http://www.w3.org/TR/xquery/#id-comparisons
> http://www.w3.org/TR/xquery-operators/#string-compare

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (VXQUERY-41) String Comparison (FnCompare)

Posted by "Preston Carman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VXQUERY-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Preston Carman updated VXQUERY-41:
----------------------------------

    Attachment: StringComparisonFunctions1.patch

Found a simpler method to compare string functions with the pointable compareTo function.
                
> String Comparison (FnCompare)
> -----------------------------
>
>                 Key: VXQUERY-41
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-41
>             Project: VXQuery
>          Issue Type: Task
>            Reporter: Preston Carman
>         Attachments: StringComparisonFunctions1.patch
>
>
> Basically implement FnCompare for strings.
> More details:
> http://www.w3.org/TR/xquery/#id-comparisons
> http://www.w3.org/TR/xquery-operators/#string-compare

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira