From d345789fa510e0ae0983dec0bc253ac337405543 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 22 Sep 2012 16:53:17 -0400 Subject: [PATCH] move this to 0.8 --- CHANGES | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 -- 2.47.3