]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Support normal /materialized views in PG separately
authorSebastian Bank <sebastian.bank@uni-leipzig.de>
Tue, 12 Apr 2016 03:16:39 +0000 (23:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Jun 2016 22:57:10 +0000 (18:57 -0400)
commit824c8664ed18f115fc109c46cec0c25d223f8aad
treedf918426223781a53331974b8c2422e138e57bc7
parenta90b0101aaf616cddb8bc675f4a221fe7de6c420
Support normal /materialized views in PG separately

Fixes: #3588
Change-Id: Ifbfcab67375f289ddb5c4522f4b803cb8b7c34de
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/250
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_reflection.py