ruby-rdf / sparql-client

SPARQL client for Ruby.
http://rubygems.org/gems/sparql-client
The Unlicense
112 stars 58 forks source link

Improvement: don't parse update response #73

Closed cecton closed 8 years ago

cecton commented 8 years ago

The result of an update is not accessible to the caller. Therefore, there is no point of parsing it and it's a risk that the whole call fails if an error occurs during the parsing.

Fixes #71

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 94.318% when pulling 3f212670a11167ae58ca74dc13421c9c8fceed2d on cecton:dont-parse-update-response into 9f173a59ad4363d676d1aa64e1e3328ca969597c on ruby-rdf:develop.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 94.318% when pulling 3f212670a11167ae58ca74dc13421c9c8fceed2d on cecton:dont-parse-update-response into 9f173a59ad4363d676d1aa64e1e3328ca969597c on ruby-rdf:develop.