diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-09-26 20:18:48 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-09-26 20:24:20 +0200 |
| commit | 5aeced6dcd881dfe7413da5356be0e9f14da3d40 (patch) | |
| tree | 0aad0c47f6451ec39af3ff199e445eda2e0af49e /docs | |
| parent | 5082108559d9b432b52c306a3c02260c68551f39 (diff) | |
[2.1.x] Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the same name on Oracle 12.1.
Regression in 0899d583bdb140910698d00d17f5f1abc8774b07.
Thanks Tim Graham for the review and Jani Tiainen for help.
Backport of 024abe5b82d95ee60cb18a77ebf841ad715467fa from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.1.2.txt b/docs/releases/2.1.2.txt index 3651440bc6..cfa5b57f22 100644 --- a/docs/releases/2.1.2.txt +++ b/docs/releases/2.1.2.txt @@ -22,3 +22,6 @@ Bugfixes * Fixed a regression in Django 2.0 where unique index names weren't quoted (:ticket:`29778`). + +* Fixed a regression where sliced queries with multiple columns with the same + name crashed on Oracle 12.1 (:ticket:`29630`). |
