]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
And now for the CHANGES.
authorMichael Trier <mtrier@gmail.com>
Thu, 11 Dec 2008 21:55:22 +0000 (21:55 +0000)
committerMichael Trier <mtrier@gmail.com>
Thu, 11 Dec 2008 21:55:22 +0000 (21:55 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 5f85c4fa8457eeddd894a9f78004917895a6c9e1..007766a7af35faa87ca1a5ff81ee3825036e051e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -34,6 +34,10 @@ CHANGES
       
 - bugfixes, behavioral changes
 - orm
+    - Corrected problem with Query.delete() and
+      Query.update() not working properly with bind 
+      parameters. [ticket:1242]
+
     - Query.select_from(), from_statement() ensure
       that the given argument is a FromClause,
       or Text/Select/Union, respectively.