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  18ce2f8f3fc61dd641068f6ff5fddc01df4106bc (commit)
       via  33d2b3cb69ca421c378062ac1e473bbd46dc4063 (commit)
      from  709c4d6ee1f3d02a85ae0db9fcbac2c5b03ce024 (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 18ce2f8f3fc61dd641068f6ff5fddc01df4106bc
Author: Dave Beckett <[email protected]>
Date:   Tue Jan 19 19:09:01 2010 -0800

    make WITH <uri> DELETE ... INSERT ... WHERE .. SPARQL 1.1 update (draft) 
work
    
    Because the grammar is ambiguous in several places and unstable, in
    this grammar WITH <uri> is required, not optional as the grammar
    makes it.
    
    Shift/reduce conflicts goes from 5 to 13 probably because of
    insert/delete ambiguity.
    
    (ConstructTriples): Added; was part of ConstructTriplesOpt
    
    (GraphTemplate): Added.
    
    (ModifyTemplate, ModifyTemplateList): To form list of graphs to
    update.  This data is thrown away now, not stored.
    
    (UpdateQuery): Added but pretending to be INSERT verb.
    Only supports  WITH <uri> DELETE { ... } INSERT { ... } WHERE ...
    form with no optional WITH; otherwise this is even more ambiguous.

commit 33d2b3cb69ca421c378062ac1e473bbd46dc4063
Author: Dave Beckett <[email protected]>
Date:   Tue Jan 19 18:25:56 2010 -0800

    ws

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

Summary of changes:
 src/sparql_parser.y             |  133 +++++++++++++++++++++++++++++++++------
 tests/sparql/update/insert-1.rq |    3 +-
 2 files changed, 116 insertions(+), 20 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