You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an engine with this dialect I get this message:
SADeprecationWarning: The dbapi() classmethod on dialect classes has been renamed to import_dbapi(). Implement an import_dbapi() classmethod directly on class <class 'sqlalchemy_sqlany.base.SQLAnyDialect'> to remove this warning; the old .dbapi() classmethod may be maintained for backwards compatibility.
For now the connection works.
The text was updated successfully, but these errors were encountered:
When creating an engine with this dialect I get this message:
SADeprecationWarning: The dbapi() classmethod on dialect classes has been renamed to import_dbapi(). Implement an import_dbapi() classmethod directly on class <class 'sqlalchemy_sqlany.base.SQLAnyDialect'> to remove this warning; the old .dbapi() classmethod may be maintained for backwards compatibility.
For now the connection works.
The text was updated successfully, but these errors were encountered: