← Back to team overview

zorba-coders team mailing list archive

[Bug 1020588] Re: Illegal updating expressions

 

Markos -

2.5.4 Comma Expression

The semantics of comma expressions (composed of one or more expressions
concatenated by the comma operator, as described in Section 3.3.1
Constructing SequencesXQ) are extended as follows:

1. If any operand is an updating expression, then all operands must be
updating or vacuous expressions [err:XUST0001]. In this case, the comma
expression is an updating expression.


Doesn't Zorba's behaviour contradict that statement?

** Changed in: zorba
       Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1020588

Title:
  Illegal updating expressions

Status in Zorba - The XQuery Processor:
  Confirmed

Bug description:
  <a/>, delete node <a/>

  Expected: XUST0001
  Returned: <a/>

  Hope this helps,
  Christian

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1020588/+subscriptions


References