]> 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:23 +0000 (21:59 +0100)
Change-Id: I892fd7357f88c0e8d16e8e6fb74f18f4541ff795

lib/sqlalchemy/sql/dml.py

index 13eb81e2fc745e928b6962186bb4f3e33405acf0..2dbdf2bc16385023bdf807c167b9268b064e5bdc 100644 (file)
@@ -1131,6 +1131,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.