From: Mike Bayer Date: Fri, 8 Dec 2006 19:16:33 +0000 (+0000) Subject: assign_mapper note X-Git-Tag: rel_0_3_2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccee96f10ef82b98940e4b7bcbc866e1bbc6c96e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git assign_mapper note --- diff --git a/CHANGES b/CHANGES index 4cfcb56bf7..85d0ddc315 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,8 @@ MySQL synchronization errors [ticket:387] - added keywords for EXCEPT, INTERSECT, EXCEPT ALL, INTERSECT ALL [ticket:247] +- assign_mapper in assignmapper extension returns the created mapper +[changeset:2110] - added label() function to Select class, when scalar=True is used to create a scalar subquery. - fix to session.update() to preserve "dirty" status of incoming object