Bugs item #3161728, was opened at 2011-01-19 17:22
Message generated for change (Tracker Item Submitted) made by mozinsur
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=3161728&group_id=129076

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Value Indecies
Group: Sedna (current)
Status: Open
Resolution: None
Priority: 8
Private: No
Submitted By: Ilya Taranov (mozinsur)
Assigned to: Ivan Shcheklein (shcheklein)
Summary: sorted sequence fails

Initial Comment:
For document generated by the following php script:

<root>
<?
  for ($i = 0; $i < 1000000; ++$i) {
?>
  <item id="item-no-<? echo $i; ?>" />
<?
  }
?>
</root>

(LOAD "subj.xml" "x")

Fails on CREATE INDEX "test" ON doc("x")/root/item by @id as xs:string
Fails in sorted_sequence .

Confirmed on linux, windows.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=3161728&group_id=129076

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Sedna-discussion mailing list
Sedna-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to