]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- [feature] Support for tables in alternate schemas
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Sep 2012 18:57:11 +0000 (14:57 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Sep 2012 18:57:11 +0000 (14:57 -0400)
commita654c35bd810f416d393b7102118b85cec787b1a
treed296b803d8925e0e5b666bd549420930cf8b6f5b
parentbc0190827c460ae64fe9fb9efa271501207ca9ae
- [feature] Support for tables in alternate schemas
  has been added fully to all operations, as well as to
  the autogenerate feature.  When using autogenerate,
  specifying the flag include_schemas=True to
  Environment.configure() will also cause autogenerate
  to scan all schemas located by Inspector.get_schema_names(),
  which is supported by *some* (but not all)
  SQLAlchemy dialects including Postgresql.
  *Enormous* thanks to Bruno Binet for a huge effort
  in implementing as well as writing tests.  #33.
CHANGES
alembic/autogenerate.py
alembic/environment.py
alembic/operations.py
tests/__init__.py
tests/test_autogenerate.py