[Zorba-coders] [Bug 872288] Re: XPath expression has unexpected result

2012-03-25 Thread Markos Zaharioudakis
** Changed in: zorba
   Status: Fix Committed => Fix Released

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

Title:
  XPath expression has unexpected result

Status in Zorba - The XQuery Processor:
  Fix Released

Bug description:
  Consider the following query

  variable $x:=;
  insert node  into $x/a;
  rename node $x/a/b as "a";
  (
  
  {
  $x
  }
  ,
  
  {
  $x//a
  }
  ,
  
  {
  $x//*
  }
  
  )

  All nodes seem to have the isRecursive flag set to false , thus this
  query returns:

  
    
  
    
  
    
  
   <--only 1 a element since the first a is marked as nonRecursive
     
   
     
  
   <--two a elements
     
   
     
     
  

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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 872288] Re: XPath expression has unexpected result

2012-02-16 Thread Markos Zaharioudakis
** Changed in: zorba
Milestone: None => 2.2

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

Title:
  XPath expression has unexpected result

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  Consider the following query

  variable $x:=;
  insert node  into $x/a;
  rename node $x/a/b as "a";
  (
  
  {
  $x
  }
  ,
  
  {
  $x//a
  }
  ,
  
  {
  $x//*
  }
  
  )

  All nodes seem to have the isRecursive flag set to false , thus this
  query returns:

  
    
  
    
  
    
  
   <--only 1 a element since the first a is marked as nonRecursive
     
   
     
  
   <--two a elements
     
   
     
     
  

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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 872288] Re: XPath expression has unexpected result

2012-02-14 Thread Markos Zaharioudakis
** Changed in: zorba
   Status: New => Fix Committed

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

Title:
  XPath expression has unexpected result

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  Consider the following query

  variable $x:=;
  insert node  into $x/a;
  rename node $x/a/b as "a";
  (
  
  {
  $x
  }
  ,
  
  {
  $x//a
  }
  ,
  
  {
  $x//*
  }
  
  )

  All nodes seem to have the isRecursive flag set to false , thus this
  query returns:

  
    
  
    
  
    
  
   <--only 1 a element since the first a is marked as nonRecursive
     
   
     
  
   <--two a elements
     
   
     
     
  

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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp