]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- dynamic relations, when referenced, create a strong
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Jan 2008 22:06:15 +0000 (22:06 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Jan 2008 22:06:15 +0000 (22:06 +0000)
commit55c0ab5b2b7947bcaeab24a573c646b68d856bad
treef5e6bda0626b4a0229d6767f1d656f06d02c16a8
parent626e83dc28e5ec157c28a54920827d401726cab7
- dynamic relations, when referenced, create a strong
reference to the parent object so that the query
still has a parent to call against even if the
parent is only created (and otherwise dereferenced)
within the scope of a single expression [ticket:938]
CHANGES
lib/sqlalchemy/orm/dynamic.py
test/orm/dynamic.py