]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Merge branch 'pr126'
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Aug 2014 21:50:50 +0000 (17:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Aug 2014 21:50:50 +0000 (17:50 -0400)
Conflicts:
doc/build/changelog/changelog_10.rst

1  2 
doc/build/changelog/changelog_10.rst

index 1d501f85be7b34b74478460f10da1c145e0aaaf6,7762534e87f3d02d4dc1fa75c3e2d317a9005e67..20023af44d8727f199209ef6deb06f38c6c561c3
  .. changelog::
        :version: 1.0.0
  
 +    .. change::
 +        :tags: sql, feature
 +        :tickets: 3027
 +        :pullrequest: bitbucket:29
 +
 +        The :paramref:`.Table.autoload_with` flag now implies that
 +        :paramref:`.Table.autoload` should be ``True``.  Pull request
 +        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