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  2d74c3c8e83c951479fd52d49b67f2eb474ae327 (commit)
       via  ec57073dad9c41f151887bc0d4e92c42bdd79727 (commit)
      from  138840e94366b20969b0263630e587d1d1df7482 (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 2d74c3c8e83c951479fd52d49b67f2eb474ae327
Author: Dave Beckett <[email protected]>
Date:   Tue Jan 19 11:08:34 2010 -0800

    Add SPARQL 1.1 Update tests

commit ec57073dad9c41f151887bc0d4e92c42bdd79727
Author: Dave Beckett <[email protected]>
Date:   Tue Jan 19 10:47:35 2010 -0800

    Added WITH keyword to SPARQL 1.1 (draft) / LAQRS

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

Summary of changes:
 configure.ac                                      |    1 +
 src/sparql_lexer.l                                |    6 ++-
 src/sparql_parser.y                               |    9 ++-
 tests/sparql/Makefile.am                          |    3 +-
 tests/{laqrs/syntax => sparql/update}/Makefile.am |   77 +++++++++++----------
 tests/sparql/update/bad-1.rq                      |    3 +
 tests/sparql/update/clear-1.rq                    |    5 ++
 tests/sparql/update/clear-2.rq                    |    7 ++
 tests/sparql/update/clear-3.rq                    |    6 ++
 tests/sparql/update/create-1.rq                   |    5 ++
 tests/sparql/update/create-2.rq                   |    5 ++
 tests/sparql/update/delete-1.rq                   |   13 ++++
 tests/sparql/update/delete-data-1.rq              |    9 +++
 tests/sparql/update/drop-1.rq                     |    5 ++
 tests/sparql/update/drop-2.rq                     |    5 ++
 tests/sparql/update/insert-1.rq                   |   14 ++++
 tests/sparql/update/insert-2.rq                   |   27 +++++++
 tests/sparql/update/insert-data-1.rq              |    8 ++
 tests/sparql/update/insert-delete-1.rq            |   12 +++
 tests/sparql/update/load-1.rq                     |    5 ++
 tests/sparql/update/load-2.rq                     |    5 ++
 21 files changed, 186 insertions(+), 44 deletions(-)
 copy tests/{laqrs/syntax => sparql/update}/Makefile.am (57%)
 create mode 100644 tests/sparql/update/bad-1.rq
 create mode 100644 tests/sparql/update/clear-1.rq
 create mode 100644 tests/sparql/update/clear-2.rq
 create mode 100644 tests/sparql/update/clear-3.rq
 create mode 100644 tests/sparql/update/create-1.rq
 create mode 100644 tests/sparql/update/create-2.rq
 create mode 100644 tests/sparql/update/delete-1.rq
 create mode 100644 tests/sparql/update/delete-data-1.rq
 create mode 100644 tests/sparql/update/drop-1.rq
 create mode 100644 tests/sparql/update/drop-2.rq
 create mode 100644 tests/sparql/update/insert-1.rq
 create mode 100644 tests/sparql/update/insert-2.rq
 create mode 100644 tests/sparql/update/insert-data-1.rq
 create mode 100644 tests/sparql/update/insert-delete-1.rq
 create mode 100644 tests/sparql/update/load-1.rq
 create mode 100644 tests/sparql/update/load-2.rq


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