summaryrefslogtreecommitdiff
path: root/doc/build/tutorial/data_insert.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/tutorial/data_insert.rst')
-rw-r--r--doc/build/tutorial/data_insert.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/tutorial/data_insert.rst b/doc/build/tutorial/data_insert.rst
index 07e5f9032..d0f6b236d 100644
--- a/doc/build/tutorial/data_insert.rst
+++ b/doc/build/tutorial/data_insert.rst
@@ -268,6 +268,12 @@ as in the example below that builds upon the example stated in
that are included in SQLAlchemy which support RETURNING. See the section
:ref:`engine_insertmanyvalues` for background on this feature.
+.. seealso::
+
+ Bulk INSERT with or without RETURNING is also supported by the ORM. See
+ :ref:`orm_queryguide_bulk_insert` for reference documentation.
+
+
.. _tutorial_insert_from_select: