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:
committed by
Mariusz Felisiak
parent
d71497bb24
commit
b31e63879e
@@ -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
|
||||
-------------
|
||||
|
||||
Reference in New Issue
Block a user