From: Michael Trier Date: Thu, 11 Dec 2008 21:55:22 +0000 (+0000) Subject: And now for the CHANGES. X-Git-Tag: rel_0_5_0~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f334da1f6b7cbe34567776abf67fab86580fadf2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git And now for the CHANGES. --- diff --git a/CHANGES b/CHANGES index 5f85c4fa84..007766a7af 100644 --- 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.