From fa352626c2a80bcdcd0fc6492b5fd5130490f05e Mon Sep 17 00:00:00 2001 From: Tomáš Ehrlich Date: Thu, 1 Mar 2018 08:55:05 +0100 Subject: Fixed #29172 -- Fixed crash with Window expression in a subquery. --- docs/releases/2.0.3.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.0.3.txt b/docs/releases/2.0.3.txt index 42020a6923..f4f30b5a30 100644 --- a/docs/releases/2.0.3.txt +++ b/docs/releases/2.0.3.txt @@ -25,3 +25,6 @@ Bugfixes * Fixed a regression where a ``When()`` expression with a list argument crashes (:ticket:`29166`). + +* Fixed crash when using a ``Window()`` expression in a subquery + (:ticket:`29172`). -- cgit v1.3