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  645eb2938b70ef8e004c92821e4451f2e635c891 (commit)
       via  3bac816923ed7a858fa838dd0a8b46fb457a1cbc (commit)
       via  5367e107354a209129c63f4cc922c65363beb964 (commit)
       via  3e03f8ac126fdb99c530895e07a5a9709c770e40 (commit)
      from  6c022197b04780653a3382081da2f0c947b44839 (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 645eb2938b70ef8e004c92821e4451f2e635c891
Author: Dave Beckett <[email protected]>
Date:   Tue Mar 30 20:19:03 2010 -0700

    Implement GROUP_CONCAT and SAMPLE and update other builtin agg functions.
    
    (AggregateExpression): Added group concat and sample.
    
    (ExpressionOrStar): Added pulled out of CountAggregateExpression.
    
    (CountAggregateExpression): Simplified duplicate code handling an
    expression and * in one place.  Use
    rasqal_new_aggregate_function_expression() and set distinct flags.
    
    (SumAggregateExpression, AvgAggregateExpression,
    MinAggregateExpression, MaxAggregateExpression): Use
    rasqal_new_aggregate_function_expression() and set distinct flags.
    
    (GroupConcatAggregateExpression, SampleAggregateExpression): Added
    using rasqal_new_aggregate_function_expression() and setting distinct
    flags.

commit 3bac816923ed7a858fa838dd0a8b46fb457a1cbc
Author: Dave Beckett <[email protected]>
Date:   Tue Mar 30 20:14:04 2010 -0700

    Add rasqal_new_aggregate_function_expression() for built-in aggregate
    functions
    
    (rasqal_new_function_expression_common): Added internal function
    based on core of rasqal_new_function_expression2 and taking optional
    arg1 rasqal_expression for internal aggregate functions.
    
    (rasqal_new_function_expression2): Rewritten in terms of
    rasqal_new_function_expression_common.
    
    (rasqal_new_aggregate_function_expression): Added.
    based on rasqal_new_function_expression_common.

commit 5367e107354a209129c63f4cc922c65363beb964
Author: Dave Beckett <[email protected]>
Date:   Tue Mar 30 19:28:46 2010 -0700

    autodocs

commit 3e03f8ac126fdb99c530895e07a5a9709c770e40
Author: Dave Beckett <[email protected]>
Date:   Tue Mar 30 19:23:32 2010 -0700

    (sparql_token_print): Handle GROUP_CONCAT and SAMPLE tokens

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

Summary of changes:
 src/rasqal.h        |    4 +-
 src/rasqal_expr.c   |   99 ++++++++++++++++++++++++++++---------
 src/sparql_lexer.l  |    6 ++
 src/sparql_parser.y |  136 ++++++++++++++++++++++++++++++++-------------------
 4 files changed, 170 insertions(+), 75 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