]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Nov 2005 04:22:31 +0000 (04:22 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Nov 2005 04:22:31 +0000 (04:22 +0000)
lib/sqlalchemy/ansisql.py

index a551975401cff10047e68ed894f0cc66b0b36197..f5ec9c11d731401cab6dfded0071a58b99d2eac0 100644 (file)
@@ -141,6 +141,7 @@ class ANSICompiler(sql.Compiled):
         while self.binds.setdefault(key, bindparam) is not bindparam:
             key = "%s_%d" % (bindparam.key, count)
             count += 1
+        bindparam.key = key
         self.strings[bindparam] = self.bindparam_string(key)
 
     def bindparam_string(self, name):