]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed __repr__() and other _get_colspec() methods on
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Mar 2009 21:41:36 +0000 (21:41 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Mar 2009 21:41:36 +0000 (21:41 +0000)
commitd65c25bcc9f6fcfb420d60332e6aba25c0995562
treeb1a3ca110c9c60c5b625487297843cf384da9c93
parente26b9e5f982be92a57c519e0d9c7b66d9d99a7c0
- Fixed __repr__() and other _get_colspec() methods on
ForeignKey constructed from __clause_element__() style
construct (i.e. declarative columns).  [ticket:1353]
CHANGES
lib/sqlalchemy/schema.py
test/ext/declarative.py