diff options
| author | Johannes Hoppe <info@johanneshoppe.com> | 2019-09-14 14:50:14 -0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-09-24 10:22:43 +0200 |
| commit | b31e63879eb5d9717e9f890401f7222e4f00c910 (patch) | |
| tree | 66c1f61fbcaf660c04b61c5b772edd65625b0489 /docs | |
| parent | d71497bb249a2c3ffec41e99089f5ae8e575f2d3 (diff) | |
Fixed #29444 -- Allowed returning multiple fields from INSERT statements on Oracle.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index d448fc57b0..070d60bcd6 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -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 ------------- |
