]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed the repr() of Enum to include
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Aug 2012 23:41:49 +0000 (19:41 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Aug 2012 23:41:49 +0000 (19:41 -0400)
commita087179ba9e588b3383f0861f389f9437ff1b979
tree11f4fcb44e84ddd76b10323d82c921682ffc4190
parent60913b8ccf9db19a9e673b6e4f3deefe0dea04ae
  - [bug] Fixed the repr() of Enum to include
    the "name" and "native_enum" flags.  Helps
    Alembic autogenerate.
CHANGES
lib/sqlalchemy/types.py
lib/sqlalchemy/util/langhelpers.py