From: Mike Bayer Date: Sat, 22 Sep 2012 20:53:17 +0000 (-0400) Subject: move this to 0.8 X-Git-Tag: rel_0_8_0b1~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d345789fa510e0ae0983dec0bc253ac337405543;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git move this to 0.8 --- diff --git a/CHANGES b/CHANGES index f3342f84e2..a5fa76819c 100644 --- a/CHANGES +++ b/CHANGES @@ -464,6 +464,12 @@ underneath "0.7.xx". used by combining operators.custom_op() with UnaryExpression(). + - [bug] A tweak to column precedence which moves the + "concat" and "match" operators to be the same as + that of "is", "like", and others; this helps with + parenthesization rendering when used in conjunction + with "IS". [ticket:2564] + - [feature] Enhanced GenericFunction and func.* to allow for user-defined GenericFunction subclasses to be available via the func.* @@ -816,11 +822,6 @@ are also present in 0.8. operators are present as methods like all the other operators. [ticket:2544] - - [bug] A tweak to column precedence which moves the - "concat" and "match" operators to be the same as - that of "is", "like", and others; this helps with - parenthesization rendering when used in conjunction - with "IS". [ticket:2564] - engine - [bug] Fixed bug whereby