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

Require pandas / SQLAlchemy >= 2, fix import of duckdb #32

Merged
merged 4 commits into from
Oct 9, 2024

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    6e73b04 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. refactor SQL dialect resolution

    We don't do it via __init_subclass__ now since we then do not have to import
    all dialect impls (which could in turn import dialect-specific dependencies).
    finn-rudolph committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    263d17d View commit details
    Browse the repository at this point in the history
  2. remove psycopg3 comment

    finn-rudolph committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d830291 View commit details
    Browse the repository at this point in the history
  3. make ruff happy

    finn-rudolph committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2da5ab8 View commit details
    Browse the repository at this point in the history