diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-22 16:53:17 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-22 16:53:17 -0400 |
| commit | d345789fa510e0ae0983dec0bc253ac337405543 (patch) | |
| tree | f906ee17353dad90558eccf4186b2fb5c8d29333 | |
| parent | 23d300c874ef0228f5141c1435bf2dc265152a59 (diff) | |
| download | sqlalchemy-d345789fa510e0ae0983dec0bc253ac337405543.tar.gz | |
move this to 0.8
| -rw-r--r-- | CHANGES | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |
