Skip to content

Commit

Permalink
Improve changelog for sort option detection in postgresql.
Browse files Browse the repository at this point in the history
References: #1285
Change-Id: I957d714b7cf721a84e3776eab28c1799faf5f7cc
  • Loading branch information
CaselIT committed Aug 8, 2023
1 parent 9b0002a commit 07aae1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07aae1d

Please sign in to comment.