summaryrefslogtreecommitdiff
path: root/docs/build/unreleased/index_updates.rst
blob: c210069facf536fd14e1a928dc2495975f62ab4e (plain)
1
2
3
4
5
6
7
8
.. change::
    :tags: usecase, autogenerate, postgresql

    Added support for autogenerate comparison of indexes on PostgreSQL which
    include SQL expressions, when using SQLAlchemy 2.0; the previous warning
    that such indexes were skipped are removed when the new functionality
    is in use.  When using SQLAlchemy versions prior to the 2.0 series,
    the indexes continue to be skipped with a warning.