]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- [feature] Can create alembic.config.Config
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Jan 2012 21:23:20 +0000 (16:23 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Jan 2012 21:23:20 +0000 (16:23 -0500)
commit38368e8f9a306ba9dfa668dcc8cfaef5d2f031b1
tree7bb9cc3b4d2912e1c821076dbfe14025787d48c7
parenta1feddafbd9806988ecc5c266d8a8fdb9f0d985d
- [feature] Can create alembic.config.Config
  with no filename, use set_main_option()
  to add values.  Also added set_section_option()
  which will add sections.  [#23]
CHANGES
alembic/config.py
tests/test_config.py [new file with mode: 0644]