]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Mutable collection passed to the "extension" attribute
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Oct 2009 19:46:58 +0000 (19:46 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Oct 2009 19:46:58 +0000 (19:46 +0000)
commit52fab3ed3448205dbbc6ed8e3be0113ee78e1e0a
tree83bd8050c062128c88e60df981459de5f6d65ad3
parenta43a0e8b68c28b72404e85e4b4e8999443dd3fc5
- Mutable collection passed to the "extension" attribute
of relation(), column_property() etc. will not be mutated
or shared among multiple instrumentation calls, preventing
duplicate extensions, such as backref populators,
from being inserted into the list.
[ticket:1585]
CHANGES
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/strategies.py
test/orm/test_mapper.py