We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99dd258 commit 67f8d12Copy full SHA for 67f8d12
rdflib/plugins/stores/sparqlstore.py
@@ -352,6 +352,9 @@ def _is_contextual(self, graph):
352
else:
353
return graph.identifier != DATASET_DEFAULT_GRAPH_ID
354
355
+ def close(self, commit_pending_transaction=None):
356
+ SPARQLWrapper.close(self)
357
+
358
359
class SPARQLUpdateStore(SPARQLStore):
360
"""A store using SPARQL queries for reading and SPARQL Update for changes.
0 commit comments