]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added support for reflecting the source of materialized views
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Nov 2015 14:06:33 +0000 (09:06 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Nov 2015 14:06:33 +0000 (09:06 -0500)
commit14498364f82eadaf3de914d5ac588cd5b9563547
tree87fe06492521988205ec9a70c657ecf153a41962
parent0847097c29ab48a5f111518e2c6ee324d5242057
- Added support for reflecting the source of materialized views
to the Postgresql version of the :meth:`.Inspector.get_view_definition`
method.
fixes #3587
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_reflection.py