MonetDB / sqlalchemy-monetdb

A SQLAlchemy dialect for MonetDB
MIT License
41 stars 17 forks source link

Think about if we need to support statement caching #43

Closed MitchellWeg closed 2 years ago

MitchellWeg commented 2 years ago

SQLAlchemy 1.4 has a new feature which throws a warning if not handled explicitly. For now I've turned the feature off, but we should look into if we need to enable it.