deb-alembic/alembic
Mike Bayer 0955d44f4b - move resolution of "starting rev" for --sql mode into
get_current_heads() directly; therefore we don't need to
do this in alembic.command, which we were doing for stamp but
not downgrade/upgrade.  The slight change here is that the
context.get_starting_revision_argument() method will
return an abbreviated starting rev as abbreviated in
all cases, including the stamp command, where we previously
were converting a stamp argument first, but not for the
upgrade or downgrade commands.
- Fixed bug where using a partial revision identifier as the
"starting revision" in ``--sql`` mode in a downgrade operation
would fail to resolve properly.  fixes #269
2015-02-03 11:51:13 -05:00
..
autogenerate - The rendering of a :class:`~sqlalchemy.schema.ForeignKeyConstraint` 2015-01-10 17:08:03 -05:00
ddl remove redundant Float type check 2015-01-12 04:16:14 +01:00
templates - Added a new feature :attr:`.Config.attributes`, to help with the use 2015-01-23 20:05:02 -05:00
testing - the enum render is an 0.9 regression, apparently we used 2015-01-13 20:23:49 -05:00
__init__.py - set up for next rev 2015-01-23 18:46:32 -05:00
batch.py - Fixed bug in batch where if the target table contained multiple 2014-12-13 14:02:14 -05:00
command.py - move resolution of "starting rev" for --sql mode into 2015-02-03 11:51:13 -05:00
compat.py - Relative revision identifiers as used with ``alembic upgrade``, 2014-11-23 15:23:52 -05:00
config.py - Added a new feature :attr:`.Config.attributes`, to help with the use 2015-01-23 20:05:02 -05:00
context.py Use relative imports 2013-04-11 05:34:07 +09:00
environment.py - The ``render_as_batch`` flag was inadvertently hardcoded to ``True``, 2014-12-03 15:49:58 -05:00
migration.py - move resolution of "starting rev" for --sql mode into 2015-02-03 11:51:13 -05:00
op.py Use relative imports 2013-04-11 05:34:07 +09:00
operations.py - naming convention limited to SQLA 0.9.4 or greater 2014-11-30 19:20:38 -05:00
revision.py - Fixed regression in new versioning system where upgrade / history 2014-12-30 12:12:58 -05:00
script.py - Added support for "alembic stamp" to work when given "heads" as an 2015-01-23 18:46:53 -05:00
util.py - Added a new feature :attr:`.Config.attributes`, to help with the use 2015-01-23 20:05:02 -05:00