]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug involving dynamic attributes, that was again a regression
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jun 2014 18:58:42 +0000 (14:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jun 2014 18:58:42 +0000 (14:58 -0400)
commitf2cf62090c4f9812bf4a57a9f68172b1b2eafd6c
treed307939815e99897d034a09cdc2dbea5d607bc2a
parentfeda84e5b2c4e3dd313a5fce7c4e5c0cdfd9851e
- Fixed bug involving dynamic attributes, that was again a regression
of :ticket:`3060` from verision 0.9.5.  A self-referential relationship
with lazy='dynamic' would raise a TypeError within a flush operation.
fixes #3099
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/dynamic.py
test/orm/test_dynamic.py