From: Mike Bayer Date: Mon, 7 Jan 2008 19:59:23 +0000 (+0000) Subject: logged [ticket:923] fix X-Git-Tag: rel_0_4_2b X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=500982b7b37b9f13d8d9b574887e20a3e654e7b0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git logged [ticket:923] fix --- diff --git a/CHANGES b/CHANGES index 539b57a7f8..c8e10afa5d 100644 --- a/CHANGES +++ b/CHANGES @@ -38,11 +38,16 @@ CHANGES - the "columns" collection on a mapper/mapped class (i.e. 'c') is against the mapped table, not the select_table in the case of polymorphic "union" loading (this shouldn't be - noticeable) + noticeable). - ext - '+', '*', '+=' and '*=' support for association proxied lists. +- dialects + - mssql - narrowed down the test for "date"/"datetime" in MSDate/ + MSDateTime subclasses so that incoming "datetime" objects don't + get mis-interpreted as "date" objects and vice versa, [ticket:923] + 0.4.2a ------