]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Fixed bug where :meth:`.EnvironmentContext.get_x_argument`
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Apr 2014 15:09:34 +0000 (11:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Apr 2014 15:09:34 +0000 (11:09 -0400)
commit4e0b345af1f6d64e184a87fd3d03f5f73665afb6
tree182ac1f8d7b5543476185557421650a0de584ab1
parenta9fa7d9651df412a405b848f1bb5848fde5200f1
- Fixed bug where :meth:`.EnvironmentContext.get_x_argument`
would fail if the :class:`.Config` in use didn't actually
originate from a command line call. fixes #195
alembic/environment.py
docs/build/changelog.rst
tests/test_environment.py [new file with mode: 0644]