olirice / alembic_utils

An alembic/sqlalchemy extension for migrating sql views, functions, triggers, and policies
https://olirice.github.io/alembic_utils
MIT License
211 stars 43 forks source link

Compatibility with SQLAlchemy 2.0 #104

Closed jdimmerman closed 1 year ago

jdimmerman commented 1 year ago

Hi - I saw that you recently pinned to under SQLAlchemy 2.0. Was there an associated set of issues that caused you to do this and any idea if you'll be supporting SQLAlchemy 2+?

Thanks!

olirice commented 1 year ago

During a recent update I found that the test suite fails under sqla 2.0. I would like alembic_utils to support it but haven't had the time to dig in. For now the version is pinned to communicate the issue

If anyone would like to contribute, this would be a good PR

jdimmerman commented 1 year ago

Thanks @olirice! I've started a PR though there is one failing test and I need to switch my attention to something else. I'll come back to this if no one picks it up.

https://github.com/olirice/alembic_utils/pull/105

olirice commented 1 year ago

resolved by #105

jdimmerman commented 1 year ago

Thanks!