sqlalchemy-rqlite icon indicating copy to clipboard operation
sqlalchemy-rqlite copied to clipboard

The dbapi() classmethod on dialect classes has been renamed to import_dbapi()

Open danieldaeschle opened this issue 1 year ago • 0 comments

SADeprecationWarning: The dbapi() classmethod on dialect classes has been renamed to import_dbapi().  Implement an import_dbapi() classmethod directly on class <class 'sqlalchemy_rqlite.pyrqlite.SQLiteDialect_rqlite'> to remove this warning; the old .dbapi() classmethod may be maintained for backwards compatibility.

danieldaeschle avatar Oct 25 '23 08:10 danieldaeschle