]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
link insert.value to data insert tutorial
authorFederico Caselli <cfederico87@gmail.com>
Mon, 23 Mar 2026 20:59:23 +0000 (21:59 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 23 Mar 2026 20:59:42 +0000 (21:59 +0100)
Change-Id: I892fd7357f88c0e8d16e8e6fb74f18f4541ff795
(cherry picked from commit a0baf90b2ee7f21f1f17e27851cb4fc3cc47e3ef)

lib/sqlalchemy/sql/dml.py

index 9b00bc4593919a290390e3514c623f18ce8701d2..ac769648ab11b72a13dc3e4392dedba30584b356 100644 (file)
@@ -1125,6 +1125,9 @@ class ValuesBase(UpdateBase):
                the traditional Core method of multiple parameter set
                invocation for INSERTs and other statements.
 
+               :ref:`tutorial_core_insert_values_clause` - Insert tutorial
+               detailing alternatives to the multiple values syntax.
+
           The UPDATE construct also supports rendering the SET parameters
           in a specific order.  For this feature refer to the
           :meth:`_expression.Update.ordered_values` method.