]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- [bug] Fixed issue whereby when autogenerate would
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Jul 2012 18:10:39 +0000 (14:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Jul 2012 18:10:39 +0000 (14:10 -0400)
commitf579cfeda37763bfe93268a20b534f2f79b4a0dc
tree83a5db725cc95310168b779ce82bbae3526ed6f6
parentb371dc380fc06679cdc9c9b2531d099733ad0381
- [bug] Fixed issue whereby when autogenerate would
  render create_table() on the upgrade side for a
  table that has a Boolean type, an unnecessary
  CheckConstraint() would be generated. #58

- [feature] Implemented SQL rendering for
  CheckConstraint() within autogenerate upgrade,
  including for literal SQL as well as SQL Expression
  Language expressions.
CHANGES
alembic/autogenerate.py
tests/test_autogenerate.py