From: Maarten van Schaik Date: Wed, 28 Aug 2013 08:15:18 +0000 (+0200) Subject: Fix calling of custom type compare function X-Git-Tag: rel_0_6_1~34^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd967601b337d3fd1613e2ab038036d9789931e9;p=thirdparty%2Fsqlalchemy%2Falembic.git Fix calling of custom type compare function --- diff --git a/alembic/migration.py b/alembic/migration.py index 4838e66b..2b47c919 100644 --- a/alembic/migration.py +++ b/alembic/migration.py @@ -280,7 +280,7 @@ class MigrationContext(object): self, inspector_column, metadata_column, - inspector_column['type'], + inspector_column.type, metadata_column.type ) if user_value is not None: