]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Added support for autogenerate covering the use case where :class:`.Table`
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 31 Jan 2014 01:29:29 +0000 (20:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 31 Jan 2014 01:29:29 +0000 (20:29 -0500)
commit4bd2739ec9fb3b789880bea096522d36fb4c4b01
tree1bd49476c5a9a266840ef9b4b3b55ff627f4219a
parenteb5c4ca10e6b47b07ecd2961443b0ca578f8f04b
- Added support for autogenerate covering the use case where :class:`.Table`
objects specified in the metadata have an explicit ``schema`` attribute
whose name matches that of the connection's default schema
(e.g. "public" for Postgresql).  Previously, it was assumed that "schema"
was ``None`` when it matched the "default" schema, now the comparison
adjusts for this. #170
alembic/autogenerate/api.py
alembic/autogenerate/compare.py
docs/build/changelog.rst
tests/test_autogenerate.py