Files
sqlalchemy/doc/build/core
Mike Bayer 437745e92e support monotonic functions as sentinels
Added support for monotonic server-side functions such as PostgreSQL 18's
``uuidv7()`` to work with the :ref:`engine_insertmanyvalues` feature.
By passing ``monotonic=True`` to any :class:`.Function`, the function can
be used as a sentinel for tracking row order in batched INSERT operations
with RETURNING, allowing the ORM and Core to efficiently batch INSERT
statements while maintaining deterministic row ordering.

Fixes: #13014
Change-Id: I2fabf96c8fbdb6c1d255fd4781cbd31fed17e1e9
2025-12-07 08:51:13 -05:00
..
2025-03-05 16:03:16 -05:00
2025-06-10 22:18:38 +02:00
2025-01-09 17:36:03 -05:00
2025-01-13 08:14:14 -05:00
2017-12-22 12:35:30 -05:00
2022-10-20 12:28:29 -04:00
2025-04-22 15:54:50 +00:00
2022-10-13 10:13:01 -04:00
2022-10-13 10:13:01 -04:00
2022-06-21 16:32:10 +00:00
2025-08-06 14:37:55 -04:00
2025-11-10 16:50:54 -05:00
2014-12-27 16:22:41 -05:00
2025-11-30 14:38:13 -05:00
2022-10-13 10:13:01 -04:00
2024-12-09 14:29:26 -05:00
2022-08-09 09:50:57 -04:00