]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed regression whereby composite() with
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Feb 2011 17:51:53 +0000 (12:51 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Feb 2011 17:51:53 +0000 (12:51 -0500)
commit0cee3f6cf09d8f5c20e3f508685204bcf257e074
treee21709c2f24ad507f5665dd48c20657c0585db25
parent6458094024107e81eb7c9be140a1a385d26071a6
- Fixed regression whereby composite() with
Column objects placed inline would fail
to initialize.  The Column objects can now
be inline with the composite() or external
and pulled in via name or object ref.
[ticket:2058]
CHANGES
lib/sqlalchemy/ext/declarative.py
lib/sqlalchemy/orm/descriptor_props.py
test/ext/test_declarative.py