From: Mike Bayer Date: Mon, 27 Feb 2006 06:35:46 +0000 (+0000) Subject: formatting X-Git-Tag: rel_0_1_3~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=466e98a51ad41836c6b2301a85b9be68db41c89f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git formatting --- diff --git a/CHANGES b/CHANGES index c85ad7820f..6f1a2072ff 100644 --- a/CHANGES +++ b/CHANGES @@ -9,9 +9,11 @@ are the "physical" subclasses of TableClause/ColumnClause. involved in the mapper inheritance scheme - made objectstore "check for out-of-identitymap" more aggressive, will perform the check when object attributes are modified or the object is deleted + 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. + 0.1.1 - small fix to Function class so that expressions with a func.foo() use the type of the Function object (i.e. the left side) as the type of the boolean expression, not the