a47fee
diff -up SQLAlchemy-0.9.7/lib/sqlalchemy/sql/elements.py.types-test-workaround SQLAlchemy-0.9.7/lib/sqlalchemy/sql/elements.py
a47fee
--- SQLAlchemy-0.9.7/lib/sqlalchemy/sql/elements.py.types-test-workaround	2014-07-22 22:54:20.000000000 +0200
a47fee
+++ SQLAlchemy-0.9.7/lib/sqlalchemy/sql/elements.py	2014-07-29 16:43:27.921221412 +0200
a47fee
@@ -3268,7 +3268,7 @@ class _defer_name(_truncated_label):
a47fee
     generation.
a47fee
 
a47fee
     """
a47fee
-    def __new__(cls, value):
a47fee
+    def __new__(cls, value, *rest):
a47fee
         if value is None:
a47fee
             return _NONE_NAME
a47fee
         elif isinstance(value, conv):