This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Rasqal RDF Query Library".

The branch, master has been updated
       via  6c022197b04780653a3382081da2f0c947b44839 (commit)
       via  7f2624e376978455471c6e74a9fc07e36d205526 (commit)
      from  6f47286c08293f28f185199744aba01ec646ecc0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6c022197b04780653a3382081da2f0c947b44839
Author: Dave Beckett <[email protected]>
Date:   Tue Mar 30 19:18:24 2010 -0700

    Added expression class suport for group_concat() and sample()
    
    (rasqal_expression_clear, rasqal_expression_visit,
    rasqal_expression_write, rasqal_expression_print,
    rasqal_expression_is_constant, rasqal_query_write_sparql_expression):
    Add support for RASQAL_EXPR_SAMPLE and RASQAL_EXPR_GROUP_CONCAT.
    
    (rasqal_expression_evaluate): Add placeholders for group_concat() and
    sample() evaluation.  Do they have any meaning for non-aggregate
    function evaluation?

commit 7f2624e376978455471c6e74a9fc07e36d205526
Author: Dave Beckett <[email protected]>
Date:   Tue Mar 30 19:12:14 2010 -0700

    Added RASQAL_EXPR_GROUP_CONCAT and RASQAL_EXPR_SAMPLE for SPARQL 1.1 agg 
functions.

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

Summary of changes:
 src/rasqal.h             |   16 ++++++++++------
 src/rasqal_expr.c        |   38 +++++++++++++++++++++++++++++++++++++-
 src/rasqal_query_write.c |   14 ++++++++++++++
 3 files changed, 61 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Rasqal RDF Query Library
_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits

Reply via email to