Files
sqlalchemy/test/orm
Mike Bayer ab59e3e113 - [bug] Continuing [ticket:2566] regarding extra
state post-flush due to event listeners;
    any states that are marked as "dirty" from an
    attribute perspective, usually via column-attribute
    set events within after_insert(), after_update(),
    etc., will get the "history" flag reset
    in all cases, instead of only those instances
    that were part of the flush.  This has the effect
    that this "dirty" state doesn't carry over
    after the flush and won't result in UPDATE
    statements.   A warning is emitted to this
    effect; the set_committed_state()
    method can be used to assign attributes on objects
    without producing history events. [ticket:2582]
2012-10-06 12:46:02 -04:00
..
2012-09-27 16:33:54 -04:00
2012-09-27 16:33:54 -04:00
2012-09-29 16:24:48 -04:00
2012-09-29 16:24:48 -04:00