]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- [bug] Default prefix for autogenerate
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Jan 2012 22:22:33 +0000 (17:22 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Jan 2012 22:22:33 +0000 (17:22 -0500)
commitdae70e2114fadc2d41dc0e3a9ec428950b6e6647
treecbd021b31b030bdb4b2061c568ab3197af15f3a6
parent69c9303e6037985fc0664bd583ee51f2b937ff72
- [bug] Default prefix for autogenerate
  directives is "op.", matching the
  mako templates. [#18]

- [feature] Add alembic_module_prefix argument
  to configure() to complement
  sqlalchemy_module_prefix. [#18]
CHANGES
alembic/autogenerate.py
alembic/context.py
tests/test_autogenerate.py