[
https://issues.apache.org/jira/browse/VXQUERY-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Preston Carman updated VXQUERY-83:
----------------------------------
Labels: starter (was: )
> General comparison fails for string and attribute query
> -------------------------------------------------------
>
> Key: VXQUERY-83
> URL: https://issues.apache.org/jira/browse/VXQUERY-83
> Project: VXQuery
> Issue Type: Bug
> Reporter: Preston Carman
> Assignee: Preston Carman
> Labels: starter
>
> I have included two queries. One that works and one that does not. The only
> difference is "=" vs "eq".
> for $b in collection("/example-xml-full/")/bookstore/book
> where $b/@category = "CHILDREN"
> return $b
> for $b in collection("/example-xml-full/")/bookstore/book
> where $b/@category eq "CHILDREN"
> return $b
> Query is based on W3Schools XQuery Tutorial example xml document.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)