]> 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:18:39 +0000 (13:18 -0400)
commita739a3449ff20ba90f92305ed4bbdd36e05bc862
treef2e5a7d73930e4600f78db1c36c4a05f98e3d0be
parent3bc3ea395eb16f548a11849bc15f0f78b7b2400f
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
doc/build/changelog/unreleased_13/4771.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_reflection.py