]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added a conditional to the unpickling process for ORM
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Apr 2013 17:23:48 +0000 (13:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Apr 2013 17:23:48 +0000 (13:23 -0400)
commit77e0a5dffe7950a729d6c16afbc70bb867af6dd8
tree539985ed96c83f5ee7b0f0d3e7d6df63e283620a
parent177ad548c458a9f1b8d43378fa8f16e349f80ac3
Added a conditional to the unpickling process for ORM
mapped objects, such that if the reference to the object
were lost when the object was pickled, we don't
erroneously try to set up _sa_instance_state - fixes
a NoneType error.
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/state.py