Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add import_dbapi() to mimic dbapi() to prevent SADeprecationWarning #452

Merged
merged 1 commit into from
Jun 4, 2024

Commits on May 18, 2024

  1. Add import_dbapi() to mimic dbapi() to prevent SADeprecationWarning

    SADeprecationWarning: The dbapi() classmethod on dialect classes has been renamed to import_dbapi().  Implement an import_dbapi() classmethod directly on class <class 'shillelagh.backends.apsw.dialects.base.APSWDialect'> to remove this warning; the old .dbapi() classmethod may be maintained for backwards compatibility.
      engine = create_engine(
    RyanJulyan committed May 18, 2024
    Configuration menu
    Copy the full SHA
    3fc9d33 View commit details
    Browse the repository at this point in the history