jcszymansk / xbird

Automatically exported from code.google.com/p/xbird
0 stars 0 forks source link

Add supports for `Group By Clause' in XQuery 1.1 #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add supports for `Group By Clause' as in XQuery 1.1 [1].

[1] http://www.w3.org/TR/xquery-11/#id-group-by
[2] http://www.zorba-xquery.com/doc/zorba-0.9.2/zorba/html/groupby.html

Original issue reported on code.google.com by yuin...@gmail.com on 28 Jul 2008 at 10:26

GoogleCodeExporter commented 9 years ago
Current code in svn trunk passes Q1, Q2, Q5 and Q8 which appear in XQuery 1.1 
use cases.

http://www.w3.org/TR/xquery-11-use-cases/

Original comment by yuin...@gmail.com on 1 Aug 2008 at 6:56

GoogleCodeExporter commented 9 years ago
Current code also passes Q3 and Q6.
Totally, 6 out of 8 queries suceeded.

Original comment by yuin...@gmail.com on 8 Aug 2008 at 2:11