]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Added a new feature :attr:`.Config.attributes`, to help with the use
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Jan 2015 01:05:02 +0000 (20:05 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Jan 2015 01:05:02 +0000 (20:05 -0500)
commit8ea697c93e9e2e039549ff514626c23e469eeb32
treedae14993d0ef14af20458b6f4b2c48e280600bea
parentdd4c2ffc912845fc7b72b3e1ae6a953572bda64e
- Added a new feature :attr:`.Config.attributes`, to help with the use
case of sharing state such as engines and connections on the outside
with a series of Alembic API calls; also added a new cookbook section
to describe this simple but pretty important use case.
alembic/config.py
alembic/templates/generic/env.py
alembic/templates/pylons/env.py
alembic/util.py
docs/build/api.rst
docs/build/autogenerate.rst
docs/build/changelog.rst
docs/build/cookbook.rst
tests/test_config.py