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