]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- [feature] Added include_symbol option to rel_0_3_6
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Aug 2012 19:33:52 +0000 (15:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Aug 2012 19:33:52 +0000 (15:33 -0400)
commitc972e816befb38466196d89eead2e2bc55f1afae
treeb65acbc0d016dd4e0ac2522e2aab9d59501ba4fa
parent64a58cc4029f3459e2806be770d15c0d039c81eb
- [feature] Added include_symbol option to
  EnvironmentContext.configure(),
  specifies a callable which will include/exclude tables
  in their entirety from the autogeneration process
  based on name.  #27
CHANGES
alembic/autogenerate.py
alembic/environment.py
tests/test_autogenerate.py