From: Mike Bayer Date: Fri, 24 Feb 2006 17:01:56 +0000 (+0000) Subject: update X-Git-Tag: rel_0_1_3~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49e3948d5d7c8c55c925901be76a0487f9ccea70;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git update --- diff --git a/CHANGES b/CHANGES index 685ecb4cd3..0399f0015c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +0.1.3 +- mapper.get() was not selecting multiple-keyed objects if the mapper's table was a join, +such as in an inheritance relationship, this is fixed. 0.1.2 - fixed a recursive call in schema that was somehow running 994 times then returning normally. broke nothing, slowed down everything. thanks to jpellerin for finding this.