Change-Id: Id4c3c24bbff0a8bc1f20ff8deb10a098d2cca8b7
:members: comparator_factory
.. autoclass:: sqlalchemy.dialects.postgresql.AbstractMultiRange
- :members: comparator_factory
.. autoclass:: aggregate_order_by
"bulk update" capabilities into 2.0 style :meth:`_orm.Session.execute`
method, making direct use of :class:`_dml.Insert` and :class:`_dml.Update`
constructs. See the document at :doc:`queryguide/dml` for documentation,
- including :ref:`orm_queryguide_legacy_bulk` which illustrates migration
+ including :ref:`orm_queryguide_legacy_bulk_insert` which illustrates migration
from the older methods to the new methods.