diff options
| author | Tomáš Ehrlich <tomas.ehrlich@gmail.com> | 2018-03-01 08:55:05 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-03-01 10:51:54 -0500 |
| commit | 3cdc88ba5305f8653fdd1afa36ba9d4d83c426bf (patch) | |
| tree | 2f1042767a53d9e7d16ad0d2013e429fcd87f602 /docs | |
| parent | 2126e9317e80a7d4c42e033dd33d7e3378fdfcf8 (diff) | |
[2.0.x] Fixed #29172 -- Fixed crash with Window expression in a subquery.
Backport of fa352626c2a80bcdcd0fc6492b5fd5130490f05e from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.3.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
