]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added a slightly nicer __repr__() to SchemaItem
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Aug 2011 16:20:54 +0000 (12:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Aug 2011 16:20:54 +0000 (12:20 -0400)
commit76a9219a1ebe9d6abdc510fec87968df905be4fe
tree8c7f0304d7806b7ebe30597059785e6eaa474ddc
parent9a2edbf3ebf04bfff3ad2a7214605503d5cdcaa2
- Added a slightly nicer __repr__() to SchemaItem
classes.  Note the repr here can't fully support
the "repr is the constructor" idea since schema
items can be very deeply nested/cyclical, have
late initialization of some things, etc.
[ticket:2223]
CHANGES
lib/sqlalchemy/schema.py
lib/sqlalchemy/util/langhelpers.py
test/aaa_profiling/test_orm.py
test/sql/test_metadata.py