summaryrefslogtreecommitdiff
path: root/doc/build/changelog/changelog_10.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/changelog/changelog_10.rst')
-rw-r--r--doc/build/changelog/changelog_10.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index 5b0362c44..3d471f192 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -22,6 +22,19 @@
on compatibility concerns, see :doc:`/changelog/migration_10`.
.. change::
+ :tags: feature, sql
+
+ :meth:`.Insert.from_select` now includes Python and SQL-expression
+ defaults if otherwise unspecified; the limitation where non-
+ server column defaults aren't included in an INSERT FROM
+ SELECT is now lifted and these expressions are rendered as
+ constants into the SELECT statement.
+
+ .. seealso::
+
+ :ref:`feature_insert_from_select_defaults`
+
+ .. change::
:tags: bug, orm
:tickets: 3222