mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the same name on Oracle 12.1.
Regression in 0899d583bd
.
Thanks Tim Graham for the review and Jani Tiainen for help.
This commit is contained in:
parent
51da347c32
commit
024abe5b82
5 changed files with 104 additions and 7 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue