summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_20/9685.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_20/9685.rst b/doc/build/changelog/unreleased_20/9685.rst
new file mode 100644
index 000000000..7100a96c6
--- /dev/null
+++ b/doc/build/changelog/unreleased_20/9685.rst
@@ -0,0 +1,7 @@
+.. change::
+ :tags: bug, orm
+ :tickets: 9685
+
+ Fixed bug in ORM bulk insert feature where additional unnecessary columns
+ would be rendered in the INSERT statement if RETURNING of individual columns
+ were requested.