]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
'condition' misspelled
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Aug 2007 04:12:29 +0000 (04:12 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Aug 2007 04:12:29 +0000 (04:12 +0000)
lib/sqlalchemy/databases/mysql.py

index 77e06036ddd3b3d8f0cce5abad520810cbec08c8..65a520b709f4209baeb1e4e192dadcaa08c30b55 100644 (file)
@@ -94,7 +94,7 @@ RESERVED_WORDS = util.Set(
     ['accessible', 'add', 'all', 'alter', 'analyze','and', 'as', 'asc',
      'asensitive', 'before', 'between', 'bigint', 'binary', 'blob', 'both',
      'by', 'call', 'cascade', 'case', 'change', 'char', 'character', 'check',
-     'collate', 'column', 'con dition', 'constraint', 'continue', 'convert',
+     'collate', 'column', 'condition', 'constraint', 'continue', 'convert',
      'create', 'cross', 'current_date', 'current_time', 'current_timestamp',
      'current_user', 'cursor', 'database', 'databases', 'day_hour',
      'day_microsecond', 'day_minute', 'day_second', 'dec', 'decimal',