You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2012/11/26 21:46:21 UTC

svn commit: r839659 - in /websites/staging/jena/trunk/content: ./ documentation/query/group-by.html

Author: buildbot
Date: Mon Nov 26 20:46:21 2012
New Revision: 839659

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/query/group-by.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Nov 26 20:46:21 2012
@@ -1 +1 @@
-1413822
+1413823

Modified: websites/staging/jena/trunk/content/documentation/query/group-by.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/group-by.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/group-by.html Mon Nov 26 20:46:21 2012
@@ -157,9 +157,7 @@
 
   <div id="content">
     <h1 class="title">ARQ - Aggregates</h1>
-    <p>ARQ includes support for GROUP BY and counting.</p>
-<p>This involves is syntactic extension and is available if the query
-is parsed with language <code>Syntax.syntaxARQ</code>.</p>
+    <p>ARQ includes support for GROUP BY and counting.  This was previously an ARQ extension but is now legal SPARQL 1.1</p>
 <h2 id="group-by">GROUP BY</h2>
 <p>A <code>GROUP BY</code> clause transforms a result set so that only one row
 will appear for each unique set of grouping variables. All other