From 07aae1d88fecb267fdc623d02005dadbbd39948a Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Tue, 8 Aug 2023 21:59:55 +0200 Subject: [PATCH] Improve changelog for sort option detection in postgresql. References: #1285 Change-Id: I957d714b7cf721a84e3776eab28c1799faf5f7cc --- docs/build/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 579f2533..3971c977 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -214,6 +214,10 @@ Changelog Added support for autogenerate comparison of indexes on PostgreSQL which include SQL sort option, such as ``ASC`` or ``NULLS FIRST``. + The sort options are correctly detected only when defined using the + sqlalchemy modifier functions, such as ``asc()`` or ``nulls_first``, + or the equivalent methods. + Passing sort options inside the ``postgresql_ops`` dict is not supported. .. change:: :tags: bug, operations -- 2.47.2