[Sqlalchemy-tickets] Issue #3072: Session rollback fails to undo an attribute change. (zzzeek/sqlal
Brought to you by:
zzzeek
|
From: ehynes <iss...@bi...> - 2014-06-06 21:44:27
|
New issue 3072: Session rollback fails to undo an attribute change. https://bitbucket.org/zzzeek/sqlalchemy/issue/3072/session-rollback-fails-to-undo-an ehynes: Calling session.rollback() while following along with the ORM tutorial failed to revert the user name from 'Edwardo' back to 'ed'. |