]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- crudely, this replaces CompositeProperty's base to be
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Dec 2010 18:47:48 +0000 (13:47 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Dec 2010 18:47:48 +0000 (13:47 -0500)
commit9b007ed28de0fda016511cf242d39afff798070a
treed442ff0c675966fa9428e5151e743ce0a812acd9
parent836aacc76dab63fd6ec981621c2fc45ad8213e94
- crudely, this replaces CompositeProperty's base to be
DescriptorProperty.   We have to lose mutability (yikes
composites were using mutable too !).   Also the getter
is not particularly efficient since it recreates the composite
every time, probably want to stick it in __dict__.  also
rewrite the unit tests
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/strategies.py
test/orm/test_mapper.py