In persistent.pyPersistentGraph and VersionedGraph hard-code parameters that were previously usable:
the identifier parameter used by rdflib-sqlalchemy is set to "brickschema_persistent_graph" and "my_store", respectively
create=True when opening the graph.
This makes it impossible to connect to existing repositories created with a different identifier, or to recognize that a repository expected to exist does not.
In
persistent.py
PersistentGraph
andVersionedGraph
hard-code parameters that were previously usable:identifier
parameter used byrdflib-sqlalchemy
is set to "brickschema_persistent_graph" and "my_store", respectivelycreate=True
when opening the graph.This makes it impossible to connect to existing repositories created with a different identifier, or to recognize that a repository expected to exist does not.