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  bd6dc1a4c112965817603c15b5ac47d318a00b79 (commit)
       via  71d04de68d3c33b9b6ceed03c7f0bb25d36d233f (commit)
      from  692ed85a5e918d60a40e33470ac71ffc8d1a5c03 (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 bd6dc1a4c112965817603c15b5ac47d318a00b79
Author: Dave Beckett <[email protected]>
Date:   Wed Mar 31 09:14:32 2010 -0700

    Added expression handling for IN and NOT IN - no executing yet.
    
    (rasqal_expression_clear, rasqal_expression_evaluate,
    rasqal_expression_write, rasqal_expression_print,
    rasqal_expression_is_constant, rasqal_query_write_sparql_expression):
    Added support for IN and NOT IN
    
    (rasqal_expression_visit): Added support for IN and NOT IN; adjusted
    checking of result values for other forms to ensure visit is
    truncated on a return value of non-0

commit 71d04de68d3c33b9b6ceed03c7f0bb25d36d233f
Author: Dave Beckett <[email protected]>
Date:   Wed Mar 31 09:14:15 2010 -0700

    Added expression enums for IN and NOT IN expressions
    
    rasqal_op gains RASQAL_EXPR_IN and RASQAL_EXPR_NOT_IN

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

Summary of changes:
 src/rasqal.h             |    6 +++-
 src/rasqal_expr.c        |   86 +++++++++++++++++++++++++++++++++++++++++++--
 src/rasqal_query_write.c |   23 ++++++++++++-
 3 files changed, 109 insertions(+), 6 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