Return-Path: X-Original-To: apmail-incubator-vxquery-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-vxquery-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8C66DD18 for ; Sat, 1 Dec 2012 00:07:59 +0000 (UTC) Received: (qmail 72757 invoked by uid 500); 1 Dec 2012 00:07:58 -0000 Delivered-To: apmail-incubator-vxquery-dev-archive@incubator.apache.org Received: (qmail 72404 invoked by uid 500); 1 Dec 2012 00:07:58 -0000 Mailing-List: contact vxquery-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: vxquery-dev@incubator.apache.org Delivered-To: mailing list vxquery-dev@incubator.apache.org Received: (qmail 71935 invoked by uid 99); 1 Dec 2012 00:07:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Dec 2012 00:07:58 +0000 Date: Sat, 1 Dec 2012 00:07:58 +0000 (UTC) From: "Preston Carman (JIRA)" To: vxquery-dev@incubator.apache.org Message-ID: <2008382225.47863.1354320478243.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (VXQUERY-83) General comparison fails for string and attribute query MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Preston Carman created VXQUERY-83: ------------------------------------- Summary: 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 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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira