]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Changed misspelled 'altere' reserved word to 'alter'
authorBenjamin Trofatter <bentrofatter@gmail.com>
Thu, 12 Apr 2012 17:24:50 +0000 (12:24 -0500)
committerBenjamin Trofatter <bentrofatter@gmail.com>
Thu, 12 Apr 2012 17:24:50 +0000 (12:24 -0500)
lib/sqlalchemy/dialects/informix/base.py

index 867cc408ce457f0e02f0c95e8bddd855f5195807..7880d1c14a97c907d136dcb7a9abfe4d8c8b7b68 100644 (file)
@@ -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",