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

update compatibility with sqlalchemy 2 #1123

Merged
merged 1 commit into from Oct 14, 2022
Merged

update compatibility with sqlalchemy 2 #1123

merged 1 commit into from Oct 14, 2022

Conversation

davidism
Copy link
Member

A few changes in the latest SQLAlchemy 2 preview:

  • SQLAlchemy no longer sets __all__.
  • SQLite uses QueuePool instead of NullPool.
  • Ignore LegacyAPIWarning when testing the legacy API. The lowest supported version, 1.4.18, does not have this class.
  • Can't use sa.Column[sa.Integer] as a type, ignore it in the one test that uses it.

fixes #1122

@davidism davidism added this to the 3.0.2 milestone Oct 14, 2022
@davidism davidism merged commit 7f94bca into 3.0.x Oct 14, 2022
@davidism davidism deleted the sqlalchemy2-compat branch October 14, 2022 13:44
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant