Fixed #24744 - Fixed relabeled_clone for the Transform

This commit is contained in:
Andriy Sokolovskiy 2015-06-04 15:51:07 +01:00 committed by Tim Graham
parent dee1bcd08a
commit 08232ef84d
3 changed files with 23 additions and 1 deletions

View file

@ -57,3 +57,5 @@ Bugfixes
* Corrected join promotion for multiple ``Case`` expressions. Annotating a
query with multiple ``Case`` expressions could unexpectedly filter out
results (:ticket:`24924`).
* Fixed usage of transforms in subqueries (:ticket:`24744`).