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

ASF subversion and git services commented on VXQUERY-184:
---------------------------------------------------------

Commit bb39a04fc6051c49036e4875d8cec72e2c87a270 in vxquery's branch 
refs/heads/master from [~pavlopoul]
[ https://git-wip-us.apache.org/repos/asf?p=vxquery.git;h=bb39a04 ]

VXQUERY-184: fixed the order by translator


> Unordered result of order-by
> ----------------------------
>
>                 Key: VXQUERY-184
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-184
>             Project: VXQuery
>          Issue Type: Question
>            Reporter: Christina Pavlopoulou
>            Priority: Minor
>
> I tried to run the following query in VXQUERY:
> for $x in doc("books.xml")/bookstore/book
> order by $x/title
> return $x/title
> The result I got was not ordered. But if I change the second line to this:
> order by data($x/title) the result is correct.
> Why does this happen?



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

Reply via email to