sqlalchemy-migrate/migrate
Mike Bayer e9175a37ce Set autoincrement to False when modifying to non-Integer datatype
Starting in SQLAlchemy 1.1, the rules for when "autoincrement=True"
may be set on a column are more strict.  The migrate tests are
testing the alteration of a column from Integer to String
and then regenerating; this means we need to set autoincrement
to False as well.   A related issue in SQLAlchemy 1.1 is
also being fixed (see https://bitbucket.org/zzzeek/sqlalchemy/issues/3835/),
however this fix is not needed in order for the tests to pass here.

Change-Id: Ibd3a75fff13312411df87e17b6e5764865d69728
2016-10-20 17:47:19 -04:00
..
changeset Set autoincrement to False when modifying to non-Integer datatype 2016-10-20 17:47:19 -04:00
tests Set autoincrement to False when modifying to non-Integer datatype 2016-10-20 17:47:19 -04:00
versioning Merge "Raise VersionNotFoundError instead of KeyError" 2016-06-03 13:45:36 +00:00
__init__.py Un-break the version in migrate/__init__.py 2013-11-15 13:04:56 -05:00
exceptions.py Raise VersionNotFoundError instead of KeyError 2016-05-27 11:57:24 +05:30