exasol / sqlalchemy-exasol

SQLAlchemy dialect for EXASOL
https://exasol.github.io/sqlalchemy-exasol/
Other
34 stars 28 forks source link

🔧 Add in code deprecation warnings for `[pyodbc, turbodbc]` #402

Closed Nicoretti closed 7 months ago

Nicoretti commented 10 months ago

Summary

Make sure deprecation warnings are emitted for the usage of turbodbc and pyodbc based dialects.

Background & Context

In the long run (with the next major version) we want to drop support for turbodbc and pyodbc. Make sure users of those dialects get a usage warning via the python warnings facilities. (Similar to what SQLA 1.4 does for SQLA 2.0)

References