[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-10-19 20:57:19
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/38bc8098419d/ Changeset: 38bc8098419d Branch: None User: zzzeek Date: 2014-10-19 20:53:45+00:00 Summary: - Fixed bug where :meth:`.Session.expunge` would not fully detach the given object if the object had been subject to a delete operation that was flushed, but not committed. This would also affect related operations like :func:`.make_transient`. fixes #3139 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/de8754faf9a1/ Changeset: de8754faf9a1 Branch: rel_0_9 User: zzzeek Date: 2014-10-19 20:56:18+00:00 Summary: - repair documenation for object_session(), returns None if no session, and refer to InstanceState.session. Add note about objects that are deleted within an ongoing transaction. Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |