Files
sqlalchemy/test
Mike Bayer 9f74861d6d - 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
2014-04-09 17:49:16 -04:00
..