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:24:14 -0500 |
| commit | fa352626c2a80bcdcd0fc6492b5fd5130490f05e (patch) | |
| tree | 52004cfda1e319a800b4550cc3296ad683b0bec4 /docs | |
| parent | ba4a9862407c8e8574c60b9f911f6b09aff1fa12 (diff) | |
Fixed #29172 -- Fixed crash with Window expression in a subquery.
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`). |
