From: Jason Kirtland Date: Sat, 8 Sep 2007 20:32:14 +0000 (+0000) Subject: Tweaked changelog X-Git-Tag: rel_0_4beta6~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd162c4b30963968178d43adb766ac4355636c80;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Tweaked changelog --- diff --git a/CHANGES b/CHANGES index efcc57e70a..c7e7b4db78 100644 --- a/CHANGES +++ b/CHANGES @@ -32,9 +32,10 @@ CHANGES take an instance) - adjusted operator precedence of NOT to match '==' and others, so that - ~(x y) produces NOT (x y), which is better compatible with MySQL. - [ticket:764]. this doesn't apply to "~(x==y)" as it does in 0.3 since ~(x==y) - compiles to "x != y", but still applies to operators like BETWEEN. + ~(x y) produces NOT (x y), which is better compatible + with older MySQL versions. [ticket:764]. this doesn't apply to "~(x==y)" + as it does in 0.3 since ~(x==y) compiles to "x != y", but still applies + to operators like BETWEEN. - other tickets: [ticket:768]