From: Jason Kirtland Date: Sat, 8 Sep 2007 20:29:07 +0000 (+0000) Subject: Tweaked changelog X-Git-Tag: rel_0_3_11~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c48e9949d5f8ecc2e178e3c278f7a27ab7af997;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Tweaked changelog --- diff --git a/CHANGES b/CHANGES index bd3354ba6b..ef50caf4ee 100644 --- a/CHANGES +++ b/CHANGES @@ -5,8 +5,8 @@ - Fixed detection of internal '$' characters in :bind$params [ticket:719] - [ticket:768] dont assume join criterion consists only of column objects - adjusted operator precedence of NOT to match '==' and others, so that - ~(x==y) produces NOT (x=y), which is compatible with MySQL (doesn't like - "NOT x=y") [ticket:764] + ~(x==y) produces NOT (x=y), which is compatible with MySQL < 5.0 + (doesn't like "NOT x=y") [ticket:764] - orm - added a check for joining from A->B using join(), along two