]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
mock _NONE_NAME for < 1.3.24
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Mar 2023 16:07:33 +0000 (11:07 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Mar 2023 20:26:13 +0000 (15:26 -0500)
commit3c46243f23bd258744e3417566a52ca3ab312d70
tree3678c31dfc2ec4c5ee07a190eec43f573bb154bd
parent6f0938086dde93a12e61e47c00c37a9ee9fee8b6
mock _NONE_NAME for < 1.3.24

Fixed regression where Alembic would not run with older SQLAlchemy 1.3
versions prior to 1.3.24 due to a missing symbol. Workarounds have been
applied for older 1.3 versions.

Change-Id: Ie7b5f6295e55276f0e912bf2b10b8c96dad171b9
Fixes: #1196
alembic/util/sqla_compat.py
docs/build/unreleased/1196.rst [new file with mode: 0644]