-
Notifications
You must be signed in to change notification settings - Fork 2
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
SA20: Evaluate compatibility with SQLAlchemy 2.0 #109
Comments
After making sure we are on Python 3, the suggested second step of the migration guide is to run the test suite with # Unit tests tests only (~2 seconds)
SQLALCHEMY_WARN_20=1 ./bin/test -vvv -t SqlAlchemy # Integration tests (~50 seconds)
SQLALCHEMY_WARN_20=1 ./bin/test -vvv -t sqlalchemy Here we go. Lot's of stuff to work on. Corresponding patches will be conceived on top of crate/crate-python#464 / -- SQLAlchemy migration to 2.0 Step Two - Turn on RemovedIn20Warnings |
SQLAlchemy 2.0.0rc1 has been released 1. With crate/crate-python#488, and a subsequent release, the CrateDB dialect will be compatible with SA20. Footnotes |
SQLAlchemy 2.0.0b1 Released
What's new?, migration guide, changelog, and release notes
On PyPI
The text was updated successfully, but these errors were encountered: