diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-11-18 09:06:33 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-11-18 09:06:33 -0500 |
| commit | 14498364f82eadaf3de914d5ac588cd5b9563547 (patch) | |
| tree | 87fe06492521988205ec9a70c657ecf153a41962 /doc | |
| parent | 0847097c29ab48a5f111518e2c6ee324d5242057 (diff) | |
| download | sqlalchemy-14498364f82eadaf3de914d5ac588cd5b9563547.tar.gz | |
- Added support for reflecting the source of materialized views
to the Postgresql version of the :meth:`.Inspector.get_view_definition`
method.
fixes #3587
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_11.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 9ce3975c2..b2012f4ac 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -22,6 +22,14 @@ :version: 1.1.0b1 .. change:: + :tags: bug, postgresql + :tickets: 3587 + + Added support for reflecting the source of materialized views + to the Postgresql version of the :meth:`.Inspector.get_view_definition` + method. + + .. change:: :tags: bug, orm :tickets: 3582 |
