1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #29444 -- Allowed returning multiple fields from INSERT statements on Oracle.

This commit is contained in:
Johannes Hoppe
2019-09-14 14:50:14 -07:00
committed by Mariusz Felisiak
parent d71497bb24
commit b31e63879e
6 changed files with 39 additions and 24 deletions

View File

@@ -208,7 +208,8 @@ Database backend API
This section describes changes that may be needed in third-party database
backends.
* ...
* ``DatabaseOperations.fetch_returned_insert_columns()`` now requires an
additional ``returning_params`` argument.
Miscellaneous
-------------