From: Benjamin Trofatter Date: Thu, 12 Apr 2012 17:24:50 +0000 (-0500) Subject: Changed misspelled 'altere' reserved word to 'alter' X-Git-Tag: rel_0_7_7~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f6a930784d2aef4556dfc619373b878f14f100e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Changed misspelled 'altere' reserved word to 'alter' --- diff --git a/lib/sqlalchemy/dialects/informix/base.py b/lib/sqlalchemy/dialects/informix/base.py index 867cc408ce..7880d1c14a 100644 --- a/lib/sqlalchemy/dialects/informix/base.py +++ b/lib/sqlalchemy/dialects/informix/base.py @@ -23,7 +23,7 @@ from sqlalchemy import types as sqltypes RESERVED_WORDS = set( ["abs", "absolute", "access", "access_method", "acos", "active", "add", "address", "add_months", "admin", "after", "aggregate", "alignment", - "all", "allocate", "all_rows", "altere", "and", "ansi", "any", "append", + "all", "allocate", "all_rows", "alter", "and", "ansi", "any", "append", "array", "as", "asc", "ascii", "asin", "at", "atan", "atan2", "attach", "attributes", "audit", "authentication", "authid", "authorization", "authorized", "auto", "autofree", "auto_reprepare", "auto_stat_mode",