RDFLib / rdflib-sqlalchemy

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

Fix `SQLAlchemy.destroy`: `open()` does not return an SQLAlchemy engine object #105

Open amotl opened 9 months ago

amotl commented 9 months ago

Dear Mark,

thanks a stack for conceiving this excellent package.

While working on GH-106, we discovered a minor flaw in the SQLAlchemy.destroy method. This patch fixes it. Along the lines, it slightly adjusts the .gitignore file, and the pytest configuration options.

With kind regards, Andreas.