• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

RDFLib / rdflib / 397
91%

Build:
DEFAULT BRANCH: master
Ran 10 Jun 2014 07:23PM UTC
Jobs 4
Files 208
Run time 8min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
397

push

travis-ci

Urs Holzer
Merge branch 'sparqlstore-update-context'

Previously, SPARQLStore.update was forwarding the Update to the SPARQL
endpoint unchanged. This had the unexpected consequence that
SPARQLStore.update with a queryGraph affected the default graph instead
of the given queryGraph. In turn, this caused updates on a context of a
ConjunctiveGraph to not affect the given context, but the default graph
instead.

SPARQLUpdateStore now rewrites SPARQL Updates such that the update
modifies only the given context graph. This is done by wrapping the
content of the {}-block of each operation in a `GRAPH <?> { }`-block.
The SPARQL Update is tokenized using a simplified grammar in order to
always correctly inject the GRAPH blocks.

40 of 40 new or added lines in 1 file covered. (100.0%)

18819 of 31093 relevant lines covered (60.52%)

1.21 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
26
100.0
rdflib/plugins/stores/sparqlstore.py

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
rdflib/plugins/sparql/aggregates.py
1
100.0
rdflib/plugins/stores/sparqlstore.py
1
100.0
build/src/rdflib/plugins/sparql/aggregates.py
82
100.0
build/src/rdflib/plugins/stores/sparqlstore.py
Jobs
ID Job ID Ran Files Coverage
1 397.1 10 Jun 2014 07:24PM UTC 0
61.89
Travis Job 397.1
2 397.2 10 Jun 2014 07:23PM UTC 0
61.79
Travis Job 397.2
3 397.3 10 Jun 2014 07:27PM UTC 0
59.12
Travis Job 397.3
4 397.4 10 Jun 2014 07:32PM UTC 0
59.12
Travis Job 397.4
Source Files on build 397
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #397
  • c46ad271 on github
  • Prev Build on master (#388)
  • Next Build on master (#406)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc