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

fix: basic sqlalchemy 1.4 compatibility #327

Merged
merged 9 commits into from
Jun 20, 2021
Merged

fix: basic sqlalchemy 1.4 compatibility #327

merged 9 commits into from
Jun 20, 2021

Conversation

machow
Copy link
Owner

@machow machow commented May 5, 2021

addresses #321, #326. Note that sqlalchemy 1.4 is preparing for more API changes, so is issuing quite a few deprecation warnings. These shouldn't be an issue for now. I'm going to take another pass over to try and change all deprecated behaviors, then merge by EOW.

TODO:

  • : add sqlalchemy 1.4 to CI tests
  • : fix small piece with ColumnCollection breaking v1.3 tests
  • : try to quickly clean up methods deprecated in 1.4
  • : clean up deprecated engine.execute method

@machow machow changed the title fix: basic sqlalchemy 1.14 compatibility fix: basic sqlalchemy 1.4 compatibility May 5, 2021
@machow machow force-pushed the fix-sqla-compat branch from ab780ed to 054d508 Compare May 6, 2021 02:17
@machow machow force-pushed the fix-sqla-compat branch from 55f3966 to 30e7d5f Compare May 6, 2021 02:37
@machow machow force-pushed the fix-sqla-compat branch from 45fa9ee to eb1344c Compare June 20, 2021 21:50
@machow machow merged commit 4ef49ed into master Jun 20, 2021
@machow machow deleted the fix-sqla-compat branch June 20, 2021 21:54
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

Successfully merging this pull request may close these issues.

1 participant