From: Federico Caselli Date: Tue, 8 Aug 2023 19:59:55 +0000 (+0200) Subject: Improve changelog for sort option detection in postgresql. X-Git-Tag: rel_1_11_3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07aae1d88fecb267fdc623d02005dadbbd39948a;p=thirdparty%2Fsqlalchemy%2Falembic.git Improve changelog for sort option detection in postgresql. References: #1285 Change-Id: I957d714b7cf721a84e3776eab28c1799faf5f7cc --- 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