]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Sep 2005 03:57:12 +0000 (03:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Sep 2005 03:57:12 +0000 (03:57 +0000)
lib/sqlalchemy/ansisql.py

index b3a25ad39fd481e04ae3a4170b791c3a7c3bb82a..9507338a0400dd9a102e90edbd8b1cf07a13d9c8 100644 (file)
@@ -83,9 +83,11 @@ class ANSICompiler(sql.Compiled):
                 b = self.binds[key]
             except KeyError:
                 continue
+            # TODO: typeengine
             d[b.key] = value
 
         for b in self.binds.values():
+            # TODO: typeengine
             d.setdefault(b.key, b.value)
 
         return d