]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] TypeDecorator now includes a generic repr()
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Oct 2012 16:29:41 +0000 (12:29 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Oct 2012 16:29:41 +0000 (12:29 -0400)
commitba67f7dbc5eb7a1ed2a3e1b56df72a837130f7bb
tree973b833e6d31c076c25fb6c169b383f8e4cd0d7a
parent2484ef34c27f3342e62bd6285bb3668e2c913090
  - [bug] TypeDecorator now includes a generic repr()
    that works in terms of the "impl" type by default.
    This is a behavioral change for those TypeDecorator
    classes that specify a custom __init__ method; those
    types will need to re-define __repr__() if they need
    __repr__() to provide a faithful constructor representation.
    [ticket:2594]
CHANGES
lib/sqlalchemy/types.py
lib/sqlalchemy/util/langhelpers.py
test/sql/test_types.py