From: Mike Bayer Date: Thu, 2 Mar 2006 02:11:51 +0000 (+0000) Subject: formatting X-Git-Tag: rel_0_1_4~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9395ebdf7048330ccc4e26631eabb65444201407;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git formatting --- diff --git a/CHANGES b/CHANGES index e7ddaa92cc..75e88c193c 100644 --- a/CHANGES +++ b/CHANGES @@ -32,6 +32,7 @@ to a module-scoped "default engine" which is a ProxyEngine. this engine can be connected via the function "global_connect". - added "refresh(*obj)" method to objectstore / Session to reload the attributes of any set of objects from the database unconditionally + 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.