[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Added new utility function :func:`.make_transient
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-04-09 21:50:00
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9f74861d6d29/ Changeset: 9f74861d6d29 Branch: None User: zzzeek Date: 2014-04-09 23:49:16 Summary: - Added new utility function :func:`.make_transient_to_detached` which can be used to manufacture objects that behave as though they were loaded from a session, then detached. Attributes that aren't present are marked as expired, and the object can be added to a Session where it will act like a persistent one. fix #3017 Affected #: 5 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. |