From: James Addison <55152140+jayaddison@users.noreply.github.com> Date: Mon, 5 Jan 2026 14:43:01 +0000 (+0000) Subject: postgresql: indentation fixup X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe350d0f367c43c96c91d6503992b036a6e47b39;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git postgresql: indentation fixup --- diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index 920ca5884b..6d2f4a915a 100644 --- a/lib/sqlalchemy/dialects/postgresql/base.py +++ b/lib/sqlalchemy/dialects/postgresql/base.py @@ -147,7 +147,7 @@ running bulk insert operations using the :ref:`engine_insertmanyvalues` feature. .. versionadded:: 2.1 - Added ``monotonic=True`` to allow functions like PostgreSQL's + Added ``monotonic=True`` to allow functions like PostgreSQL's ``uuidv7()`` to work with batched "insertmanyvalues" .. seealso::