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

SQLAlchemy 2.0 Support #150

Open
kadler opened this issue Dec 14, 2023 · 0 comments
Open

SQLAlchemy 2.0 Support #150

kadler opened this issue Dec 14, 2023 · 0 comments
Milestone

Comments

@kadler
Copy link
Member

kadler commented Dec 14, 2023

Quite a few changes are needed, though I have some preliminary code working. I was mostly focused on SQLAlchemy 1.4 support for 0.9.3.

The biggest issue is that we use the SQLAlchemy query interface to implement metadata queries. SQLAlchemy 1.4 still supports the SQLAlchemy 1.3 style interface by specifying a list of columns, but SQLAlchemy 2.0 no longer supports this. I'm not sure how difficult it would be to support both 1.3 and 2.0, though we may be able to make a wrapper for 1.3 to implement the 1.4+ behavior for select.

There are a few other things here and there that need to be changed as well as new features to be implemented.

@kadler kadler added this to the 0.9.4 milestone Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant