]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
restored "optimistic" behavior of hasparent. its generally disastrous without that...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 Sep 2006 16:58:02 +0000 (16:58 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 Sep 2006 16:58:02 +0000 (16:58 +0000)
commit20f15720da7b9f6baca01d8bfef359263b671824
treee84bb6ba7fa8f897f27a101df47a729ea4c706f6
parentf3d72a71871180f6b7ea8f7a09094d9e22aa84fd
restored "optimistic" behavior of hasparent.  its generally disastrous without that flag as its impossible to load all lazy loaders, deal with attributes that "noload", etc. just to check for orphan status.
lib/sqlalchemy/attributes.py
lib/sqlalchemy/orm/mapper.py
test/base/attributes.py