RDFLib / rdflib-sqlalchemy

RDFLib store using SQLAlchemy dbapi as back-end
Other
145 stars 34 forks source link

docstring for the `configuration` argument of `rdflib_sqlalchemy.store.SQLAlchemy` seems wrong #98

Closed aucampia closed 2 years ago

aucampia commented 2 years ago

The docstring reads:

https://github.com/RDFLib/rdflib-sqlalchemy/blob/10722ef35cd8abadf34f3f146db1e018339707fd/rdflib_sqlalchemy/store.py#L106-L109

However, I can't really see anything being done with the conifguration parameter other than passing it to parent init, and as far as I can tell nothing is done with it in the superclasses either.

aucampia commented 2 years ago

Actually I'm wrong, it is passed to open by rdflib.store.Store.__init__