]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Include 'p' for get_indexes() query
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Jul 2019 14:40:27 +0000 (10:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Jul 2019 17:19:17 +0000 (13:19 -0400)
commitde1ad759ab007fe343c21e8923ef3adede8f81ae
treeb81f647ea9227364d230e77e7968abbc2f66939a
parent11ca002ac4329ef5af97666598ac96543e4efca4
Include 'p' for get_indexes() query

Added support for reflection of indexes on PostgreSQL partitioned tables,
which was added to PostgreSQL as of version 11.

Fixes: #4771
Change-Id: I9e8e75c4d8a667b4d52d12afbd384e0a8db00466
(cherry picked from commit a739a3449ff20ba90f92305ed4bbdd36e05bc862)
doc/build/changelog/unreleased_13/4771.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_reflection.py