summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-09-22 16:53:17 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-09-22 16:53:17 -0400
commitd345789fa510e0ae0983dec0bc253ac337405543 (patch)
treef906ee17353dad90558eccf4186b2fb5c8d29333
parent23d300c874ef0228f5141c1435bf2dc265152a59 (diff)
downloadsqlalchemy-d345789fa510e0ae0983dec0bc253ac337405543.tar.gz
move this to 0.8
-rw-r--r--CHANGES11
1 files changed, 6 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index f3342f84e..a5fa76819 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