]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
this comment is entirely from some ancient version of the code
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Dec 2012 15:33:23 +0000 (10:33 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Dec 2012 15:33:23 +0000 (10:33 -0500)
lib/sqlalchemy/dialects/sqlite/base.py

index cd462021f7f4fbda0e150e184c2c60b1f8000a29..7669c91cecea6e30142010b0296babdf23484d2c 100644 (file)
@@ -885,8 +885,6 @@ class SQLiteDialect(default.DefaultDialect):
             fkeys.append(fk)
             fks[numerical_id] = fk
 
-        # look up the table based on the given table's engine, not 'self',
-        # since it could be a ProxyEngine
         if lcol not in fk['constrained_columns']:
             fk['constrained_columns'].append(lcol)
         if rcol not in fk['referred_columns']: