]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
add boolean interpretation to config
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Jul 2025 18:57:11 +0000 (14:57 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Jul 2025 18:57:58 +0000 (14:57 -0400)
commit1e0180e85ad8959f474726d28886f01b23775666
treed526d3897d1ad52df9ad92d1a6dfb28f9b33aca5
parent1b65c298df1f1f92c665830b9dea788da151ea29
add boolean interpretation to config

Fixed issue in new ``pyproject.toml`` support where boolean values, such as
those used for the ``recursive_version_locations`` and ``sourceless``
configuration parameters, would not be accepted.

Fixes: #1694
Change-Id: Ifeed46c599ab20db1713f306b7be9c3b5fe23485
alembic/config.py
alembic/script/base.py
alembic/testing/__init__.py
docs/build/unreleased/1694.rst [new file with mode: 0644]
tests/test_config.py