From: Federico Caselli Date: Mon, 23 Mar 2026 20:59:23 +0000 (+0100) Subject: link insert.value to data insert tutorial X-Git-Tag: rel_2_0_49~9 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=3d6af6827f72d89d8e5c196c9decda9a8431f8bd;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git link insert.value to data insert tutorial Change-Id: I892fd7357f88c0e8d16e8e6fb74f18f4541ff795 (cherry picked from commit a0baf90b2ee7f21f1f17e27851cb4fc3cc47e3ef) --- diff --git a/lib/sqlalchemy/sql/dml.py b/lib/sqlalchemy/sql/dml.py index 9b00bc4593..ac769648ab 100644 --- a/lib/sqlalchemy/sql/dml.py +++ b/lib/sqlalchemy/sql/dml.py @@ -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.