]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix regression from 0.7 where calling get_history with passive
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Oct 2012 17:54:39 +0000 (13:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Oct 2012 17:54:39 +0000 (13:54 -0400)
commit389325099d4d8c0ce42a5a0d5395fbe3ead15af5
tree3309f5260762d4ce0eda1fdea26e6e6d6807a733
parent08a3d1c81c8c9242dc70521c60cf22cc5667d15a
- fix regression from 0.7 where calling get_history with passive
on a never-set collection would fail; made this act just like
scalars for now and added tests.  I would think that HISTORY_BLANK
would be more appropriate here but it's too late in the game
to mess with that.
lib/sqlalchemy/orm/attributes.py
test/orm/test_attributes.py