summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-11-18 09:06:33 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2015-11-18 09:06:33 -0500
commit14498364f82eadaf3de914d5ac588cd5b9563547 (patch)
tree87fe06492521988205ec9a70c657ecf153a41962 /doc
parent0847097c29ab48a5f111518e2c6ee324d5242057 (diff)
downloadsqlalchemy-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.rst8
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