]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add reflection support for Postgresql partitioned tables
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Oct 2018 20:23:33 +0000 (16:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Oct 2018 20:24:55 +0000 (16:24 -0400)
commitf1ca155cea10e32fec3dfe9fdae6674ee81c0ef4
treebe3985ecd220d43724654991aa1c0b46a7c9f3e7
parent29d54ab69b689c2bc4b9be8273f4c0a96e37153f
Add reflection support for Postgresql partitioned tables

Added rudimental support for reflection of Postgresql
partitioned tables, e.g. that relkind='p' is added to reflection
queries that return table information.

Fixes: #4237
Change-Id: I66fd10b002e4ed21ea13b13a7e35a85f66bdea75
doc/build/changelog/migration_13.rst
doc/build/changelog/unreleased_13/4237.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_reflection.py