From 8613586f0d643f692644c52655384041c677d4d6 Mon Sep 17 00:00:00 2001 From: Jason Kirtland Date: Sat, 4 Aug 2007 21:53:41 +0000 Subject: Pedantic tweak to coltype swappage... --- lib/sqlalchemy/databases/mysql.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/sqlalchemy/databases/mysql.py') diff --git a/lib/sqlalchemy/databases/mysql.py b/lib/sqlalchemy/databases/mysql.py index 88a8957cd..77e06036d 100644 --- a/lib/sqlalchemy/databases/mysql.py +++ b/lib/sqlalchemy/databases/mysql.py @@ -1363,6 +1363,7 @@ class MySQLDialect(ansisql.ANSIDialect): if col_type == 'tinyint' and args == '(1)': col_type = 'boolean' + args = None try: coltype = ischema_names[col_type] except KeyError: -- cgit v1.2.1