diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-13 17:50:50 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-13 17:50:50 -0400 |
| commit | 190961157d0e277ed7a7f965961ad1e75ea89e04 (patch) | |
| tree | b9e04fdea2dfa276db125a4ded58d7e0d464ef7e /doc | |
| parent | 2c9ff9115c72f25cfcc500cd9f42e1035e54e582 (diff) | |
| parent | f39767ad727fcc9493d41451d7112d4f3459e9c4 (diff) | |
| download | sqlalchemy-190961157d0e277ed7a7f965961ad1e75ea89e04.tar.gz | |
Merge branch 'pr126'
Conflicts:
doc/build/changelog/changelog_10.rst
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_10.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 1d501f85b..20023af44 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -26,6 +26,14 @@ courtesy Malik Diarra. .. change:: + :tags: postgresql, feature + :pullreq: github:126 + + Added new method :meth:`.PGInspector.get_enums`, when using the + inspector for Postgresql will provide a list of ENUM types. + Pull request courtesy Ilya Pekelny. + + .. change:: :tags: mysql, bug The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error` |
