SAP / sqlalchemy-hana

SQLAlchemy Dialect for SAP HANA
Apache License 2.0
128 stars 56 forks source link

Fix deprecated dbapi method #133

Closed kasium closed 11 months ago

kasium commented 11 months ago

In SQLAlchemy 2.0, the dbapi classmethod was renamed to import_dbapi. So for SQLAlchemy 2.0 we use import_dbapi while for SQLAlchemy 1.4 we still need to preserve the dbapi method