We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e3109 commit 87af04aCopy full SHA for 87af04a
docs/source/changelog.rst
@@ -852,3 +852,10 @@ Quick links:
852
- Bugfix to ``cardinal_pythonlib.sqlalchemy.sqlserver`` functions as they
853
were executing unconditionally, regardless of SQLAlchemy dialect (they should
854
have been conditional to SQL Server).
855
+
856
+**2.0.2**
857
858
+- Bugfix to
859
+ :func:`cardinal_pythonlib.sqlalchemy.alembic_func.get_current_revision` where
860
+ since SQLAlchemy 2.0, the database connection was persisting, resulting in a
861
+ metadata lock.
0 commit comments