|
Implementations | |||||||
Tests | BaseX 8.5 beta XQ31 (QT3 vCVS) |
Saxon-EE 9.7.0.11 XP31 (QT3 v0.6) |
Saxon-EE 9.7.0.11 XQ31 (QT3 v0.6) |
XmlPrime 4.0.0.16079 XP31 (QT3 vCVS) |
XmlPrime 4.0.0.26293 XQ31 (QT3 vCVS) |
XmlPrime 4.0.0.27704 XQX31 (QT3 vCVS) |
|
---|---|---|---|---|---|---|---|
prod-OrderByClause | 201/204 | 0/0 | 204/204 | 0/0 | 204/204 | 204/0 | 0/6 |
orderBy1[+]
X orderBy1: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by $x ascending return $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy2[+]
X orderBy2: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by $x descending return $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy3[+]
X orderBy3: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by concat($x,"()") ascending return concat($x,"()") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy4[+]
X orderBy4: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by concat($x,"()") descending return concat($x,"()") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy5[+]
X orderBy5: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by concat($x,"another String After") ascending return concat($x,"another String After") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy6[+]
X orderBy6: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by concat($x,"another String After") descending return concat($x,"another String After") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy7[+]
X orderBy7: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by concat($x,"another String Before") ascending return concat($x,"another String Before") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy8[+]
X orderBy8: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by concat($x,"another String Before") descending return concat($x,"another String Before") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy9[+]
X orderBy9: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by concat($x,"") descending return concat($x,"") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy10[+]
X orderBy10: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by concat($x,"") ascending return concat($x,"") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy11[+]
X orderBy11: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by concat("",$x) descending return concat("",$x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy12[+]
X orderBy12: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by concat("",$x) ascending return concat("",$x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy13[+]
X orderBy13: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by concat("",$x) ascending return concat("",$x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy14[+]
X orderBy14: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by $x is $x ascending return $x is $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy15[+]
X orderBy15: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by $x is $x descending return $x is $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy16[+]
X orderBy16: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by concat($x,$x) ascending return concat($x,$x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy17[+]
X orderBy17: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by string-length($x) ascending return string-length($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy18[+]
X orderBy18: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by count($x) ascending return count($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy19[+]
X orderBy19: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by string-length($x) ascending return string-length($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy20[+]
X orderBy20: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/NegativeNumbers/orderData order by $x ascending return $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy21[+]
X orderBy21: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/NegativeNumbers/orderData order by $x descending return $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy22[+]
X orderBy22: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/NegativeNumbers/orderData order by ($x + $x) descending return $x + $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy23[+]
X orderBy23: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/NegativeNumbers/orderData order by $x is $x ascending return $x is $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy24[+]
X orderBy24: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/NegativeNumbers/orderData order by $x is $x descending return $x is $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy25[+]
X orderBy25: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/NegativeNumbers/orderData order by xs:float($x) descending return xs:float($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy26[+]
X orderBy26: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/NegativeNumbers/orderData order by xs:decimal($x) descending return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy27[+]
X orderBy27: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/NegativeNumbers/orderData order by xs:double($x) descending return xs:double($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy28[+]
X orderBy28: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/NegativeNumbers/orderData order by xs:integer($x) descending return xs:integer($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy29[+]
X orderBy29: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ feature = schemaImport spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/NegativeNumbers/orderData order by ($x * -1) descending return ($x * -1e0) (:force to xs:double:) } </results> |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy29a[+]
X orderBy29a: Created on: 2012-01-24 Spec Dependencies: spec = XQ10+ feature = schemaImport spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/NegativeNumbers/orderData order by ($x * -1) descending return ($x * -1e0) (:force to xs:double:) } </results> |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy30[+]
X orderBy30: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/PositiveNumbers/orderData order by $x ascending return $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy31[+]
X orderBy31: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/PositiveNumbers/orderData order by $x descending return $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy32[+]
X orderBy32: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/PositiveNumbers/orderData order by ($x + $x) descending return $x + $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy33[+]
X orderBy33: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/PositiveNumbers/orderData order by $x is $x ascending return $x is $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy34[+]
X orderBy34: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/PositiveNumbers/orderData order by $x is $x descending return $x is $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy35[+]
X orderBy35: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/PositiveNumbers/orderData order by xs:float($x) descending return xs:float($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy36[+]
X orderBy36: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/PositiveNumbers/orderData order by xs:decimal($x) descending return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy37[+]
X orderBy37: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/PositiveNumbers/orderData order by xs:double($x) descending return xs:double($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy38[+]
X orderBy38: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/PositiveNumbers/orderData order by xs:integer($x) descending return xs:integer($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy39[+]
X orderBy39: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/PositiveNumbers/orderData order by string($x) ascending return string($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy40[+]
X orderBy40: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallPositiveNumbers/orderData order by $x ascending return $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy41[+]
X orderBy41: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallPositiveNumbers/orderData order by $x descending return $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy42[+]
X orderBy42: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallPositiveNumbers/orderData order by ($x + $x) descending return $x + $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy43[+]
X orderBy43: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallPositiveNumbers/orderData order by $x is $x ascending return $x is $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy44[+]
X orderBy44: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallPositiveNumbers/orderData order by $x is $x descending return $x is $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy45[+]
X orderBy45: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallPositiveNumbers/orderData order by xs:float($x) descending return xs:float($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy46[+]
X orderBy46: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallPositiveNumbers/orderData order by xs:decimal($x) descending return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy47[+]
X orderBy47: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallPositiveNumbers/orderData order by xs:double($x) descending return xs:double($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy49[+]
X orderBy49: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallPositiveNumbers/orderData order by string($x) ascending return string($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy50[+]
X orderBy50: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallNegativeNumbers/orderData order by $x ascending return $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy51[+]
X orderBy51: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallNegativeNumbers/orderData order by $x descending return $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy52[+]
X orderBy52: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ feature = schemaImport spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallNegativeNumbers/orderData order by ($x + $x) descending return xs:double($x + $x) } </results> |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy52a[+]
X orderBy52a: Created on: 2012-01-24 Spec Dependencies: spec = XQ10+ feature = schemaImport spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallNegativeNumbers/orderData order by ($x + $x) descending return xs:double($x + $x) } </results> |
no result | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy53[+]
X orderBy53: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallNegativeNumbers/orderData order by $x is $x ascending return $x is $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy54[+]
X orderBy54: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallNegativeNumbers/orderData order by $x is $x descending return $x is $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy55[+]
X orderBy55: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallNegativeNumbers/orderData order by xs:float($x) descending return xs:float($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy56[+]
X orderBy56: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallNegativeNumbers/orderData order by xs:decimal($x) descending return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy57[+]
X orderBy57: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallNegativeNumbers/orderData order by xs:double($x) descending return xs:double($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy59[+]
X orderBy59: Created on: 2005-06-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/SmallNegativeNumbers/orderData order by string($x) ascending return string($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy60[+]
X orderBy60: Created on: 2009-05-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare base-uri "http://www.w3.org/2005/xpath-functions/"; declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by concat($x,"()") ascending collation "collation/codepoint" return concat($x,"()") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy61[+]
X orderBy61: Created on: 2009-05-01 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results> { for $x in /DataValues/Strings/orderData order by concat($x,"()") ascending collation "http://www.w3.org/2005/xpath-functions/collation/codepoint" return concat($x,"()") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy62[+]
X orderBy62: Created on: 2009-11-18 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results>{ for $x in /DataValues/NegativeNumbers/orderData/xs:decimal(.) where $x > -1000 order by $x ascending collation "http://www.w3.org/2005/xpath-functions/collation/codepoint" return $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy63[+]
X orderBy63: Created on: 2011-07-30 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; /DataValues/( ( for $x in NegativeNumbers/* order by (if (name(.) = 'orderData') then $x else -$x) return $x )[1] ) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy64[+]
X orderBy64: Created on: 2011-09-19 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results>{ for $x in /DataValues/NegativeNumbers/orderData/xs:decimal(.) order by $x ascending collation "http://www.w3.org/2005/xpath-functions/collation/codepoint" where $x > -1000 return $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy65[+]
X orderBy65: Created on: 2012-07-09 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; <results>{ for $x in /DataValues/NegativeNumbers/orderData/xs:decimal(.) order by $x descending collation "http://www.w3.org/2005/xpath-functions/collation/codepoint" order by $x ascending collation "http://www.w3.org/2005/xpath-functions/collation/codepoint" where $x > -1000 return $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy66[+]
X orderBy66: Created on: 2012-07-09 Spec Dependencies: spec = XQ30+ spec = XQ10+ Test: declare default element namespace "http://www.w3.org/XQueryTestOrderBy"; for $i in 1 to 100 order by -$i count $count let $e := <e i="{$i}" pos="{$count}"/> order by number($e/@i) where $count gt 90 return $e!@pos!number() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderBy67[+]
X orderBy67: Created on: 2016-04-15 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: for $j in (text{'Az'}, text{'Bx'}, text{'Cy'}) order by $j/substring(., $j/string-length(.)) return $j/string() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-1[+]
X orderbylocal-1: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String", "I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String", "U String","V String","W String","X String","Y String","Z String") order by xs:string($x) ascending return xs:string($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-2[+]
X orderbylocal-2: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String", "I String","J String","K String","L String","M String","N String","O String","P String","R String","S String", "T String","U String","V String","W String","X String","Y String","Z String") order by xs:string($x) descending return xs:string($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-3[+]
X orderbylocal-3: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String", "I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String", "U String","V String","W String","X String","Y String","Z String") order by concat(xs:string($x),"()") ascending return concat(xs:string($x),"()") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-4[+]
X orderbylocal-4: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by concat(xs:string($x),"()") descending return concat(xs:string($x),"()") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-5[+]
X orderbylocal-5: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by concat(xs:string($x),"another String After") ascending return concat(xs:string($x),"another String After") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-6[+]
X orderbylocal-6: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by concat(xs:string($x),"another String After") descending return concat(xs:string($x),"another String After") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-7[+]
X orderbylocal-7: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by concat("another String Before",xs:string($x)) ascending return concat("another String Before",xs:string($x)) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-8[+]
X orderbylocal-8: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by concat("another String Before",xs:string($x)) descending return concat("another String Before",xs:string($x)) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-9[+]
X orderbylocal-9: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by concat(xs:string($x),"") descending return concat(xs:string($x),"") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-10[+]
X orderbylocal-10: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by concat(xs:string($x),"") ascending return concat(xs:string($x),"") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-11[+]
X orderbylocal-11: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by concat("",xs:string($x)) descending return concat("",xs:string($x)) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-12[+]
X orderbylocal-12: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by concat("",xs:string($x)) ascending return concat("",xs:string($x)) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-16[+]
X orderbylocal-16: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by concat(xs:string($x),xs:string($x)) ascending return concat(xs:string($x),xs:string($x)) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-17[+]
X orderbylocal-17: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by string-length(xs:string($x)) ascending return string-length(xs:string($x)) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-18[+]
X orderbylocal-18: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by count(xs:string($x)) ascending return count(xs:string($x)) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-19[+]
X orderbylocal-19: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by string-length(xs:string($x)) ascending return string-length(xs:string($x)) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-20[+]
X orderbylocal-20: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-100000000000000000,-10000000000000000,-1000000000000000,-100000000000000,-10000000000000,-1000000000000,-100000000000,-10000000000,-1000000000,-100000000,-10000000,-1000000,-100000,-10000,-1000,-100,-10,-1,-0) order by xs:decimal($x) ascending return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-21[+]
X orderbylocal-21: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-100000000000000000,-10000000000000000,-1000000000000000,-100000000000000,-10000000000000,-1000000000000,-100000000000,-10000000000,-1000000000,-100000000,-10000000,-1000000,-100000,-10000,-1000,-100,-10,-1,-0) order by xs:decimal($x) descending return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-22[+]
X orderbylocal-22: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-100000000000000000,-10000000000000000,-1000000000000000,-100000000000000,-10000000000000,-1000000000000,-100000000000,-10000000000,-1000000000,-100000000,-10000000,-1000000,-100000,-10000,-1000,-100,-10,-1,-0) order by (xs:decimal($x) + xs:decimal($x)) descending return xs:decimal($x) + xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-25[+]
X orderbylocal-25: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-100000000000000000,-10000000000000000,-1000000000000000,-100000000000000,-10000000000000,-1000000000000,-100000000000,-10000000000,-1000000000,-100000000,-10000000,-1000000,-100000,-10000,-1000,-100,-10,-1,-0) order by xs:float($x) descending return xs:float($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-26[+]
X orderbylocal-26: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-100000000000000000,-10000000000000000,-1000000000000000,-100000000000000,-10000000000000,-1000000000000,-100000000000,-10000000000,-1000000000,-100000000,-10000000,-1000000,-100000,-10000,-1000,-100,-10,-1,-0) order by xs:decimal($x) descending return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-27[+]
X orderbylocal-27: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-100000000000000000,-10000000000000000,-1000000000000000,-100000000000000,-10000000000000,-1000000000000,-100000000000,-10000000000,-1000000000,-100000000,-10000000,-1000000,-100000,-10000,-1000,-100,-10,-1,-0) order by xs:double($x) descending return xs:double($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-28[+]
X orderbylocal-28: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-100000000000000000,-10000000000000000,-1000000000000000,-100000000000000,-10000000000000,-1000000000000,-100000000000,-10000000000,-1000000000,-100000000,-10000000,-1000000,-100000,-10000,-1000,-100,-10,-1,-0) order by xs:integer($x) descending return xs:integer($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-29[+]
X orderbylocal-29: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-100000000000000000,-10000000000000000,-1000000000000000,-100000000000000,-10000000000000,-1000000000000,-100000000000,-10000000000,-1000000000,-100000000,-10000000,-1000000,-100000,-10000,-1000,-100,-10,-1,-0) order by (xs:decimal($x) * -1) descending return (xs:decimal($x) * -1) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-30[+]
X orderbylocal-30: Created on: 2005-11-10 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (100000000000000000,10000000000000000,1000000000000000,100000000000000,10000000000000,1000000000000,100000000000,10000000000,1000000000,100000000,10000000,1000000,100000,10000,1000,100,10,1,0) order by xs:decimal($x) ascending return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-31[+]
X orderbylocal-31: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (100000000000000000,10000000000000000,1000000000000000,100000000000000,10000000000000,1000000000000,100000000000,10000000000,1000000000,100000000,10000000,1000000,100000,10000,1000,100,10,1,0) order by xs:decimal($x) descending return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-32[+]
X orderbylocal-32: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (100000000000000000,10000000000000000,1000000000000000,100000000000000,10000000000000,1000000000000,100000000000,10000000000,1000000000,100000000,10000000,1000000,100000,10000,1000,100,10,1,0) order by (xs:decimal($x) + xs:decimal($x)) descending return xs:decimal($x) + xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-35[+]
X orderbylocal-35: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (100000000000000000,10000000000000000,1000000000000000,100000000000000,10000000000000,1000000000000,100000000000,10000000000,1000000000,100000000,10000000,1000000,100000,10000,1000,100,10,1,0) order by xs:float($x) descending return xs:float($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-36[+]
X orderbylocal-36: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (100000000000000000,10000000000000000,1000000000000000,100000000000000,10000000000000,1000000000000,100000000000,10000000000,1000000000,100000000,10000000,1000000,100000,10000,1000,100,10,1,0) order by xs:decimal($x) descending return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-37[+]
X orderbylocal-37: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (100000000000000000,10000000000000000,1000000000000000,100000000000000,10000000000000,1000000000000,100000000000,10000000000,1000000000,100000000,10000000,1000000,100000,10000,1000,100,10,1,0) order by xs:double($x) descending return xs:double($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-38[+]
X orderbylocal-38: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (100000000000000000,10000000000000000,1000000000000000,100000000000000,10000000000000,1000000000000,100000000000,10000000000,1000000000,100000000,10000000,1000000,100000,10000,1000,100,10,1,0) order by xs:integer($x) descending return xs:integer($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-39[+]
X orderbylocal-39: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (100000000000000000,10000000000000000,1000000000000000,100000000000000,10000000000000,1000000000000,100000000000,10000000000,1000000000,100000000,10000000,1000000,100000,10000,1000,100,10,1,0) order by string($x) ascending return string($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-40[+]
X orderbylocal-40: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (0.000000000000000001,0.00000000000000001,0.0000000000000001,0.000000000000001,0.00000000000001,0.0000000000001,0.000000000001,0.00000000001,0.0000000001,0.000000001,0.00000001,0.0000001,0.000001,0.00001,0.0001,0.001,0.01,0.1,0.0) order by $x ascending return $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-41[+]
X orderbylocal-41: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (0.000000000000000001,0.00000000000000001,0.0000000000000001,0.000000000000001,0.00000000000001,0.0000000000001,0.000000000001,0.00000000001,0.0000000001,0.000000001,0.00000001,0.0000001,0.000001,0.00001,0.0001,0.001,0.01,0.1,0.0) order by xs:decimal($x) descending return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-42[+]
X orderbylocal-42: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (0.000000000000000001,0.00000000000000001,0.0000000000000001,0.000000000000001,0.00000000000001,0.0000000000001,0.000000000001,0.00000000001,0.0000000001,0.000000001,0.00000001,0.0000001,0.000001,0.00001,0.0001,0.001,0.01,0.1,0.0) order by (xs:decimal($x) + xs:decimal($x)) descending return xs:decimal($x) + xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-43[+]
X orderbylocal-43: Created on: 2006-07-18 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results>{ for $x in (<a>0.000000000000000001</a>,<a>0.00000000000000001</a>,<a>0.0000000000000001</a>,<a>0.000000000000001</a>,<a>0.00000000000001</a>,<a>0.0000000000001</a>,<a>0.000000000001</a>,<a>0.00000000001</a>,<a>0.0000000001</a>,<a>0.000000001</a>,<a>0.00000001</a>,<a>0.0000001</a>,<a>0.000001</a>,<a>0.00001</a>,<a>0.0001</a>,<a>0.001</a>,<a>0.01</a>,<a>0.1</a>,<a>0.0</a>) order by $x is $x ascending return $x is $x}</results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-44[+]
X orderbylocal-44: Created on: 2006-07-18 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results>{ for $x in (<a>0.000000000000000001</a>,<a>0.00000000000000001</a>,<a>0.0000000000000001</a>,<a>0.000000000000001</a>,<a>0.00000000000001</a>,<a>0.0000000000001</a>,<a>0.000000000001</a>,<a>0.00000000001</a>,<a>0.0000000001</a>,<a>0.000000001</a>,<a>0.00000001</a>,<a>0.0000001</a>,<a>0.000001</a>,<a>0.00001</a>,<a>0.0001</a>,<a>0.001</a>,<a>0.01</a>,<a>0.1</a>,<a>0.0</a>) order by $x is $x descending return $x is $x }</results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-45[+]
X orderbylocal-45: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (0.000000000000000001,0.00000000000000001,0.0000000000000001,0.000000000000001,0.00000000000001,0.0000000000001,0.000000000001,0.00000000001,0.0000000001,0.000000001,0.00000001,0.0000001,0.000001,0.00001,0.0001,0.001,0.01,0.1,0.0) order by xs:float($x) descending return xs:float($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-46[+]
X orderbylocal-46: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (0.000000000000000001,0.00000000000000001,0.0000000000000001,0.000000000000001,0.00000000000001,0.0000000000001,0.000000000001,0.00000000001,0.0000000001,0.000000001,0.00000001,0.0000001,0.000001,0.00001,0.0001,0.001,0.01,0.1,0.0) order by xs:decimal($x) descending return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-47[+]
X orderbylocal-47: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (0.000000000000000001,0.00000000000000001,0.0000000000000001,0.000000000000001,0.00000000000001,0.0000000000001,0.000000000001,0.00000000001,0.0000000001,0.000000001,0.00000001,0.0000001,0.000001,0.00001,0.0001,0.001,0.01,0.1,0.0) order by xs:double($x) descending return xs:double($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-49[+]
X orderbylocal-49: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (0.000000000000000001,0.00000000000000001,0.0000000000000001,0.000000000000001,0.00000000000001,0.0000000000001,0.000000000001,0.00000000001,0.0000000001,0.000000001,0.00000001,0.0000001,0.000001,0.00001,0.0001,0.001,0.01,0.1,0.0) order by string($x) ascending return string($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-50[+]
X orderbylocal-50: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-0.000000000000000001,-0.00000000000000001,-0.0000000000000001,-0.000000000000001,-0.00000000000001,-0.0000000000001,-0.000000000001,-0.00000000001,-0.0000000001,-0.000000001,-0.00000001,-0.0000001,-0.000001,-0.00001,-0.0001,-0.001,-0.01,-0.0,-0.1) order by xs:decimal($x) ascending return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-51[+]
X orderbylocal-51: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-0.000000000000000001,-0.00000000000000001,-0.0000000000000001,-0.000000000000001,-0.00000000000001,-0.0000000000001,-0.000000000001,-0.00000000001,-0.0000000001,-0.000000001,-0.00000001,-0.0000001,-0.000001,-0.00001,-0.0001,-0.001,-0.01,-0.0,-0.1) order by xs:decimal($x) descending return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-52[+]
X orderbylocal-52: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-0.000000000000000001,-0.00000000000000001,-0.0000000000000001,-0.000000000000001,-0.00000000000001,-0.0000000000001,-0.000000000001,-0.00000000001,-0.0000000001,-0.000000001,-0.00000001,-0.0000001,-0.000001,-0.00001,-0.0001,-0.001,-0.01,-0.0,-0.1) order by (xs:decimal($x) + xs:decimal($x)) descending return xs:decimal($x) + xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-55[+]
X orderbylocal-55: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-0.000000000000000001,-0.00000000000000001,-0.0000000000000001,-0.000000000000001,-0.00000000000001,-0.0000000000001,-0.000000000001,-0.00000000001,-0.0000000001,-0.000000001,-0.00000001,-0.0000001,-0.000001,-0.00001,-0.0001,-0.001,-0.01,-0.0,-0.1) order by xs:float($x) descending return xs:float($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-56[+]
X orderbylocal-56: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-0.000000000000000001,-0.00000000000000001,-0.0000000000000001,-0.000000000000001,-0.00000000000001,-0.0000000000001,-0.000000000001,-0.00000000001,-0.0000000001,-0.000000001,-0.00000001,-0.0000001,-0.000001,-0.00001,-0.0001,-0.001,-0.01,-0.0,-0.1) order by xs:decimal($x) descending return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-57[+]
X orderbylocal-57: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-0.000000000000000001,-0.00000000000000001,-0.0000000000000001,-0.000000000000001,-0.00000000000001,-0.0000000000001,-0.000000000001,-0.00000000001,-0.0000000001,-0.000000001,-0.00000001,-0.0000001,-0.000001,-0.00001,-0.0001,-0.001,-0.01,-0.0,-0.1) order by xs:double($x) descending return xs:double($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-59[+]
X orderbylocal-59: Created on: 2005-11-14 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-0.000000000000000001,-0.00000000000000001,-0.0000000000000001,-0.000000000000001,-0.00000000000001,-0.0000000000001,-0.000000000001,-0.00000000001,-0.0000000001,-0.000000001,-0.00000001,-0.0000001,-0.000001,-0.00001,-0.0001,-0.001,-0.01,-0.0,-0.1) order by string($x) ascending return string($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbylocal-60[+]
X orderbylocal-60: Created on: 2006-02-06 Spec Dependencies: spec = XQ10+ Test: for $x in ("A","B","C") order by string($x) ascending collation "http://nonexistentcollition.org/ifsupportedwoooayouarethebestQueryimplementation/makeitharder" return string($x) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-1[+]
X orderbywithout-1: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by xs:string($x) return xs:string($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-2[+]
X orderbywithout-2: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by concat(xs:string($x),"()") return concat(xs:string($x),"()") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-3[+]
X orderbywithout-3: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by concat(xs:string($x),"another String After") return concat(xs:string($x),"another String After") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-4[+]
X orderbywithout-4: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by concat("another String Before",xs:string($x)) return concat("another String Before",xs:string($x)) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-5[+]
X orderbywithout-5: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by concat(xs:string($x),"") return concat(xs:string($x),"") } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-6[+]
X orderbywithout-6: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by concat("",xs:string($x)) return concat("",xs:string($x)) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-7[+]
X orderbywithout-7: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (<a>A String</a>,<a>B String</a>,<a>C String</a>,<a>D String</a>,<a>E String</a>,<a>F String</a>,<a>G String</a>,<a>H String</a>,<a>I String</a>, <a>J String</a>,<a>K String</a>,<a>L String</a>,<a>M String</a>,<a>N String</a>,<a>O String</a>,<a>P String</a>,<a>R String</a>,<a>S String</a>,<a>T String</a>, <a>U String</a>,<a>V String</a>,<a>W String</a>,<a>X String</a>,<a>Y String</a>,<a>Z String</a>) order by $x is $x return $x is $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-8[+]
X orderbywithout-8: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by concat(xs:string($x),xs:string($x)) return concat(xs:string($x),xs:string($x)) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-9[+]
X orderbywithout-9: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (<a>A String</a>,<a>B String</a>,<a>C String</a>,<a>D String</a>,<a>E String</a>,<a>F String</a>,<a>G String</a>,<a>H String</a>,<a>I String</a>, <a>J String</a>,<a>K String</a>,<a>L String</a>,<a>M String</a>,<a>N String</a>,<a>O String</a>,<a>P String</a>,<a>R String</a>,<a>S String</a>,<a>T String</a>, <a>U String</a>,<a>V String</a>,<a>W String</a>,<a>X String</a>,<a>Y String</a>,<a>Z String</a>) order by string-length($x) return string-length($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-10[+]
X orderbywithout-10: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in ("A String","B String","C String","D String","E String","F String","G String","H String","I String","J String","K String","L String","M String","N String","O String","P String","R String","S String","T String","U String","V String","W String","X String","Y String","Z String") order by count(xs:string($x)) return count(xs:string($x)) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-11[+]
X orderbywithout-11: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-100000000000000000,-10000000000000000,-1000000000000000,-100000000000000,-10000000000000,-1000000000000,-100000000000,-10000000000,-1000000000,-100000000,-10000000,-1000000,-100000,-10000,-1000,-100,-10,-1,-0) order by xs:decimal($x) return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-12[+]
X orderbywithout-12: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-100000000000000000,-10000000000000000,-1000000000000000,-100000000000000,-10000000000000,-1000000000000,-100000000000,-10000000000,-1000000000,-100000000,-10000000,-1000000,-100000,-10000,-1000,-100,-10,-1,-0) order by (xs:decimal($x) + xs:decimal($x)) return xs:decimal($x) + xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-13[+]
X orderbywithout-13: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (<orderData>-100000000000000000</orderData>,<orderData>-10000000000000000</orderData>,<orderData>-1000000000000000</orderData>,<orderData>-100000000000000</orderData>, <orderData>-10000000000000</orderData>,<orderData>-1000000000000</orderData>,<orderData>-100000000000</orderData>,<orderData>-10000000000</orderData>,<orderData>-1000000000</orderData>, <orderData>-100000000</orderData>,<orderData>-10000000</orderData>,<orderData>-1000000</orderData>,<orderData>-100000</orderData>,<orderData>-10000</orderData>,<orderData>-1000</orderData>, <orderData>-100</orderData>,<orderData>-10</orderData>,<orderData>-1</orderData>,<orderData>-0</orderData>) order by $x is $x return $x is $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-14[+]
X orderbywithout-14: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-100000000000000000,-10000000000000000,-1000000000000000,-100000000000000,-10000000000000,-1000000000000,-100000000000,-10000000000,-1000000000,-100000000,-10000000,-1000000,-100000,-10000,-1000,-100,-10,-1,-0) order by xs:float($x) return xs:float($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-15[+]
X orderbywithout-15: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-100000000000000000,-10000000000000000,-1000000000000000,-100000000000000,-10000000000000,-1000000000000,-100000000000,-10000000000,-1000000000,-100000000,-10000000,-1000000,-100000,-10000,-1000,-100,-10,-1,-0) order by xs:double($x) return xs:double($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-16[+]
X orderbywithout-16: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-100000000000000000,-10000000000000000,-1000000000000000,-100000000000000,-10000000000000,-1000000000000,-100000000000,-10000000000,-1000000000,-100000000,-10000000,-1000000,-100000,-10000,-1000,-100,-10,-1,-0) order by xs:integer($x) return xs:integer($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-17[+]
X orderbywithout-17: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-100000000000000000,-10000000000000000,-1000000000000000,-100000000000000,-10000000000000,-1000000000000,-100000000000,-10000000000,-1000000000,-100000000,-10000000,-1000000,-100000,-10000,-1000,-100,-10,-1,-0) order by (xs:decimal($x) * -1) return (xs:decimal($x) * -1) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-18[+]
X orderbywithout-18: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (100000000000000000,10000000000000000,1000000000000000,100000000000000,10000000000000,1000000000000,100000000000,10000000000,1000000000,100000000,10000000,1000000,100000,10000,1000,100,10,1,0) order by xs:decimal($x) return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-19[+]
X orderbywithout-19: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (100000000000000000,10000000000000000,1000000000000000,100000000000000,10000000000000,1000000000000,100000000000,10000000000,1000000000,100000000,10000000,1000000,100000,10000,1000,100,10,1,0) order by (xs:decimal($x) + xs:decimal($x)) return xs:decimal($x) + xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-20[+]
X orderbywithout-20: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (<orderData>100000000000000000</orderData>,<orderData>10000000000000000</orderData>,<orderData>1000000000000000</orderData>, <orderData>100000000000000</orderData>,<orderData>10000000000000</orderData>,<orderData>1000000000000</orderData>,<orderData>100000000000</orderData>, <orderData>10000000000</orderData>,<orderData>1000000000</orderData>,<orderData>100000000</orderData>,<orderData>10000000</orderData>, <orderData>1000000</orderData>,<orderData>100000</orderData>,<orderData>10000</orderData>,<orderData>1000</orderData>,<orderData>100</orderData>, <orderData>10</orderData>,<orderData>1</orderData>,<orderData>0</orderData>) order by $x is $x return $x is $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-21[+]
X orderbywithout-21: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (100000000000000000,10000000000000000,1000000000000000,100000000000000,10000000000000,1000000000000,100000000000,10000000000,1000000000,100000000,10000000,1000000,100000,10000,1000,100,10,1,0) order by xs:float($x) return xs:float($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-22[+]
X orderbywithout-22: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (100000000000000000,10000000000000000,1000000000000000,100000000000000,10000000000000,1000000000000,100000000000,10000000000,1000000000,100000000,10000000,1000000,100000,10000,1000,100,10,1,0) order by xs:decimal($x) return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-23[+]
X orderbywithout-23: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (100000000000000000,10000000000000000,1000000000000000,100000000000000,10000000000000,1000000000000,100000000000,10000000000,1000000000,100000000,10000000,1000000,100000,10000,1000,100,10,1,0) order by xs:double($x) return xs:double($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-24[+]
X orderbywithout-24: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (100000000000000000,10000000000000000,1000000000000000,100000000000000,10000000000000,1000000000000,100000000000,10000000000,1000000000,100000000,10000000,1000000,100000,10000,1000,100,10,1,0) order by xs:integer($x) return xs:integer($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-25[+]
X orderbywithout-25: Created on: 2005-12-08 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (100000000000000000,10000000000000000,1000000000000000,100000000000000,10000000000000,1000000000000,100000000000,10000000000,1000000000,100000000,10000000,1000000,100000,10000,1000,100,10,1,0) order by string($x) return string($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-26[+]
X orderbywithout-26: Created on: 2005-12-09 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (0.000000000000000001,0.00000000000000001,0.0000000000000001,0.000000000000001,0.00000000000001,0.0000000000001,0.000000000001,0.00000000001,0.0000000001,0.000000001,0.00000001,0.0000001,0.000001,0.00001,0.0001,0.001,0.01,0.1,0.0) order by $x return $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-27[+]
X orderbywithout-27: Created on: 2005-12-09 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (0.000000000000000001,0.00000000000000001,0.0000000000000001,0.000000000000001,0.00000000000001,0.0000000000001,0.000000000001,0.00000000001,0.0000000001,0.000000001,0.00000001,0.0000001,0.000001,0.00001,0.0001,0.001,0.01,0.1,0.0) order by xs:decimal($x) return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-28[+]
X orderbywithout-28: Created on: 2005-12-09 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (0.000000000000000001,0.00000000000000001,0.0000000000000001,0.000000000000001,0.00000000000001,0.0000000000001,0.000000000001,0.00000000001,0.0000000001,0.000000001,0.00000001,0.0000001,0.000001,0.00001,0.0001,0.001,0.01,0.1,0.0) order by (xs:decimal($x) + xs:decimal($x)) return xs:decimal($x) + xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-29[+]
X orderbywithout-29: Created on: 2005-12-09 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (<orderData>0.000000000000000001</orderData>,<orderData>0.00000000000000001</orderData>,<orderData>0.0000000000000001</orderData>,<orderData>0.000000000000001</orderData>, <orderData>0.00000000000001</orderData>,<orderData>0.0000000000001</orderData>,<orderData>0.000000000001</orderData>,<orderData>0.00000000001</orderData>,<orderData>0.0000000001</orderData>, <orderData>0.000000001</orderData>,<orderData>0.00000001</orderData>,<orderData>0.0000001</orderData>,<orderData>0.000001</orderData>,<orderData>0.00001</orderData>, <orderData>0.0001</orderData>,<orderData>0.001</orderData>,<orderData>0.01</orderData>,<orderData>0.1</orderData>,<orderData>0.0</orderData>) order by $x is $x return $x is $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-30[+]
X orderbywithout-30: Created on: 2005-12-09 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (0.000000000000000001,0.00000000000000001,0.0000000000000001,0.000000000000001,0.00000000000001,0.0000000000001,0.000000000001,0.00000000001,0.0000000001,0.000000001,0.00000001,0.0000001,0.000001,0.00001,0.0001,0.001,0.01,0.1,0.0) order by xs:float($x) return xs:float($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-31[+]
X orderbywithout-31: Created on: 2005-12-09 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (0.000000000000000001,0.00000000000000001,0.0000000000000001,0.000000000000001,0.00000000000001,0.0000000000001,0.000000000001,0.00000000001,0.0000000001,0.000000001,0.00000001,0.0000001,0.000001,0.00001,0.0001,0.001,0.01,0.1,0.0) order by xs:decimal($x) return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-32[+]
X orderbywithout-32: Created on: 2005-12-09 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (0.000000000000000001,0.00000000000000001,0.0000000000000001,0.000000000000001,0.00000000000001,0.0000000000001,0.000000000001,0.00000000001,0.0000000001,0.000000001,0.00000001,0.0000001,0.000001,0.00001,0.0001,0.001,0.01,0.1,0.0) order by xs:double($x) return xs:double($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-33[+]
X orderbywithout-33: Created on: 2005-12-09 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (0.000000000000000001,0.00000000000000001,0.0000000000000001,0.000000000000001,0.00000000000001,0.0000000000001,0.000000000001,0.00000000001,0.0000000001,0.000000001,0.00000001,0.0000001,0.000001,0.00001,0.0001,0.001,0.01,0.1,0.0) order by string($x) return string($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-34[+]
X orderbywithout-34: Created on: 2005-12-09 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-0.000000000000000001,-0.00000000000000001,-0.0000000000000001,-0.000000000000001,-0.00000000000001,-0.0000000000001,-0.000000000001,-0.00000000001,-0.0000000001,-0.000000001,-0.00000001,-0.0000001,-0.000001,-0.00001,-0.0001,-0.001,-0.01,-0.0,-0.1) order by xs:decimal($x) return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-35[+]
X orderbywithout-35: Created on: 2005-12-09 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-0.000000000000000001,-0.00000000000000001,-0.0000000000000001,-0.000000000000001,-0.00000000000001,-0.0000000000001,-0.000000000001,-0.00000000001,-0.0000000001,-0.000000001,-0.00000001,-0.0000001,-0.000001,-0.00001,-0.0001,-0.001,-0.01,-0.0,-0.1) order by (xs:decimal($x) + xs:decimal($x)) return xs:decimal($x) + xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-36[+]
X orderbywithout-36: Created on: 2005-12-09 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (<orderData>-0.000000000000000001</orderData>,<orderData>-0.00000000000000001</orderData>,<orderData>-0.0000000000000001</orderData>,<orderData>-0.000000000000001</orderData>,<orderData>-0.00000000000001</orderData>,<orderData>-0.0000000000001</orderData>, <orderData>-0.000000000001</orderData>,<orderData>-0.00000000001</orderData>,<orderData>-0.0000000001</orderData>,<orderData>-0.000000001</orderData>, <orderData>-0.00000001</orderData>,<orderData>-0.0000001</orderData>,<orderData>-0.000001</orderData>,<orderData>-0.00001</orderData>,<orderData>-0.0001</orderData>,<orderData>-0.001</orderData>,<orderData>-0.01</orderData>,<orderData>-0.0</orderData>, <orderData>-0.1</orderData>) order by $x is $x return $x is $x } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-37[+]
X orderbywithout-37: Created on: 2005-12-09 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-0.000000000000000001,-0.00000000000000001,-0.0000000000000001,-0.000000000000001,-0.00000000000001,-0.0000000000001,-0.000000000001,-0.00000000001,-0.0000000001,-0.000000001,-0.00000001,-0.0000001,-0.000001,-0.00001,-0.0001,-0.001,-0.01,-0.0,-0.1) order by xs:float($x) return xs:float($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-38[+]
X orderbywithout-38: Created on: 2005-12-09 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-0.000000000000000001,-0.00000000000000001,-0.0000000000000001,-0.000000000000001,-0.00000000000001,-0.0000000000001,-0.000000000001,-0.00000000001,-0.0000000001,-0.000000001,-0.00000001,-0.0000001,-0.000001,-0.00001,-0.0001,-0.001,-0.01,-0.0,-0.1) order by xs:decimal($x) return xs:decimal($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-39[+]
X orderbywithout-39: Created on: 2005-12-09 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-0.000000000000000001,-0.00000000000000001,-0.0000000000000001,-0.000000000000001,-0.00000000000001,-0.0000000000001,-0.000000000001,-0.00000000001,-0.0000000001,-0.000000001,-0.00000001,-0.0000001,-0.000001,-0.00001,-0.0001,-0.001,-0.01,-0.0,-0.1) order by xs:double($x) return xs:double($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
orderbywithout-40[+]
X orderbywithout-40: Created on: 2005-12-09 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <results> { for $x in (-0.000000000000000001,-0.00000000000000001,-0.0000000000000001,-0.000000000000001,-0.00000000000001,-0.0000000000001,-0.000000000001,-0.00000000001,-0.0000000001,-0.000000001,-0.00000001,-0.0000001,-0.000001,-0.00001,-0.0001,-0.001,-0.01,-0.0,-0.1) order by string($x) return string($x) } </results> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-1[+]
X K2-OrderbyExprWithout-1: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare base-uri "http://www.w3.org/2005/xpath-functions/"; let $i as xs:integer* := (1, 2, 3) order by 1 collation "collation/codepoint" return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-2[+]
X K2-OrderbyExprWithout-2: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare base-uri "http://www.w3.org/2005/xpath-functions/"; let $i as xs:integer* := (1, 2, 3) order by 1 collation "collation/" return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-3[+]
X K2-OrderbyExprWithout-3: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: declare base-uri "http://www.w3.org/2005/xpath-functions/"; let $i as xs:integer* := (1, 2, 3) order by 1 collation "collation/" return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-5[+]
X K2-OrderbyExprWithout-5: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: for $i in (1, 3, 2) order by $i return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-6[+]
X K2-OrderbyExprWithout-6: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: for $i in (1, 3, 2) order by $i return ($i, 2) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-7[+]
X K2-OrderbyExprWithout-7: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: for $i in (1, 3, 2) order by $i empty INVALID return ($i, 2) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-8[+]
X K2-OrderbyExprWithout-8: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: let $i := (1, 3, 2) order by $i return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-9[+]
X K2-OrderbyExprWithout-9: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: let $i := (1, 3, 2), $b := (4, 6, 5) order by $b return $b |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-10[+]
X K2-OrderbyExprWithout-10: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: for $a in (1, 4, 2) let $i := (1, $a, 2) order by $i return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-11[+]
X K2-OrderbyExprWithout-11: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: for $a in (1, 4, 2) let $i := (1, 3, 2) order by $a return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-12[+]
X K2-OrderbyExprWithout-12: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: for $a in (3, 2, 1), $b in (6, 5, 4) order by $a return $a |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-13[+]
X K2-OrderbyExprWithout-13: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: for $a in (3, 2, 1), $b in (6, 5, 4) stable order by $b return $a |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-14[+]
X K2-OrderbyExprWithout-14: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare variable $e := <e> <a>3</a> <a>2</a> <a>1</a> </e>; <result> { avg(for $i in $e/a order by $i return $i) } </result> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-15[+]
X K2-OrderbyExprWithout-15: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: declare variable $e := <e> <a>3</a> <a>2</a> <a>1</a> </e>; exactly-one(for $i in $e/a order by $i return $i) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-16[+]
X K2-OrderbyExprWithout-16: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: for $i in (false(), true(), true(), false(), true(), false()) order by $i return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-17[+]
X K2-OrderbyExprWithout-17: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: boolean((for $i in (false(), true(), true(), false(), true(), false()) order by $i return $i)[1]) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-18[+]
X K2-OrderbyExprWithout-18: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: (for $i in current-time() order by $i return $i) eq current-time() |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-19[+]
X K2-OrderbyExprWithout-19: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: let $i := (1, 3, 2) order by $i return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-20[+]
X K2-OrderbyExprWithout-20: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: let $i := (<e>1</e>, <e>3</e>, <e>2</e>) order by $i return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-21[+]
X K2-OrderbyExprWithout-21: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: let $i := (<e>1</e>, <e>3</e>, <e>2</e>) order by 1 return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-22[+]
X K2-OrderbyExprWithout-22: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: for $i in (1, 3, 2) let $c := 3 stable order by () return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-23[+]
X K2-OrderbyExprWithout-23: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: let $i := (1, 3, 2) stable order by $i return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-24[+]
X K2-OrderbyExprWithout-24: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: let $i := (<e>1</e>, <e>3</e>, <e>2</e>) stable order by $i return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-25[+]
X K2-OrderbyExprWithout-25: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: let $i := (xs:hexBinary("FF"), xs:hexBinary("FF")) stable order by $i return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-26[+]
X K2-OrderbyExprWithout-26: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: let $i := (xs:hexBinary("FF"), xs:hexBinary("FF")) order by $i return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-27[+]
X K2-OrderbyExprWithout-27: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: let $i := (xs:date("2001-02-03"), xs:time("01:02:03Z")) stable order by $i return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-28[+]
X K2-OrderbyExprWithout-28: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: let $i := (xs:date("2001-02-03"), xs:time("01:02:03Z")) order by $i return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-29[+]
X K2-OrderbyExprWithout-29: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <r> { for $i in attribute name {()} order by () return () } </r> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-30[+]
X K2-OrderbyExprWithout-30: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: <r> { for $i in 1 order by () return () } </r> |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-31[+]
X K2-OrderbyExprWithout-31: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: let $i := (1, 2, 3) order by $i return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-32[+]
X K2-OrderbyExprWithout-32: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: let $i := (1, 2, 3) stable order by $i return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-33[+]
X K2-OrderbyExprWithout-33: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: let $i := (xs:hexBinary("FF"), xs:hexBinary("FF")) stable order by $i[1] return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-34[+]
X K2-OrderbyExprWithout-34: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: let $i := (xs:hexBinary("FF"), xs:hexBinary("FF")) order by $i[1] return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-35[+]
X K2-OrderbyExprWithout-35: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: let $i := (xs:hexBinary("FF"), xs:time("03:03:03Z"), xs:hexBinary("FF")) stable order by $i[1] return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-36[+]
X K2-OrderbyExprWithout-36: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: let $i := (xs:hexBinary("FF"), xs:time("03:03:03Z"), xs:hexBinary("FF")) order by $i[1] return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-37[+]
X K2-OrderbyExprWithout-37: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: for $i in (1, 3, 2) stable order by () return $i |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-38[+]
X K2-OrderbyExprWithout-38: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: for $i in (1, 2, 3) stable order by 1 return reverse(($i, "FO")) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-39[+]
X K2-OrderbyExprWithout-39: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: for $a in (1, 4, 2) let $i := (1, 3, 2) order by $i return 1 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-40[+]
X K2-OrderbyExprWithout-40: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: for $a in (3, 2, 1) let $a := ($a, 1), $b := (2, 1), $c := (2, 1), $d:= (2, 1) order by $a return $a |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-41[+]
X K2-OrderbyExprWithout-41: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: for $a in (3, 2, 1) let $b := (2, 1), $c := (2, 1), $d := (2, 1), $e := (2, 1) order by $a return $a |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-42[+]
X K2-OrderbyExprWithout-42: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: string(for $i in current-date() order by $i return $i) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-43[+]
X K2-OrderbyExprWithout-43: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: if(for $i in <e> <a id="3"/> <b id="2"/> <c id="1"/> </e>/* order by xs:integer($i/@id) return $i) then 4 else 9 |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-44[+]
X K2-OrderbyExprWithout-44: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: for $a in (2, 1) let $b := 1 where true() order by $a return $a |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-45[+]
X K2-OrderbyExprWithout-45: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: for $a in (3, 2, 1), $b in (6) stable order by $b return $a |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-46[+]
X K2-OrderbyExprWithout-46: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: let $numbers := (1, 2, 1.3, 3e3, xs:double("NaN"), xs:double("-INF"), xs:double("INF")) return (for $i in $numbers order by $i empty least return $i, "SEP", for $i in $numbers order by $i empty greatest return $i) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-47[+]
X K2-OrderbyExprWithout-47: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ Test: let $numbers := (1, 2, 1.3, 3e3, xs:double("NaN"), xs:double("-INF"), xs:double("INF")) return (for $i in $numbers stable order by $i empty least return $i, "SEP", for $i in $numbers order by $i empty greatest return $i) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-48[+]
X K2-OrderbyExprWithout-48: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: let $numbers := (<e>NaN</e>, <e/>, <e/>, <e>NaN</e>, <e>NaN</e>, <e>INF</e>, <e>NaN</e>, <e/>, <e>3</e>, comment{"3"}) return (for $i in $numbers order by xs:double($i/text()) empty least return xs:double($i/text()), "SEP", for $i in $numbers order by xs:double($i/text()) empty greatest return xs:double($i/text())) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass | |
K2-OrderbyExprWithout-49[+]
X K2-OrderbyExprWithout-49: Created on: 2007-11-26 Spec Dependencies: spec = XQ10+ spec = XQ10+ Test: let $numbers := (<e>NaN</e>, <e/>, <e/>, <e>NaN</e>, <e>NaN</e>, <e>INF</e>, <e>NaN</e>, <e/>, <e>3</e>, comment{"3"}) return (for $i in $numbers stable order by xs:double($i/text()) empty least return xs:double($i/text()), "SEP", for $i in $numbers stable order by xs:double($i/text()) empty greatest return xs:double($i/text())) |
pass | n/a
test-set dependencies not satisfied |
pass | n/a | pass | pass |