Files
sqlalchemy/doc
Mike Bayer 0c4f0f8916 - Fixed a regression from 0.7 where the contextmanager feature
of :meth:`.Session.begin_nested` would fail to correctly
roll back the transaction when a flush error occurred, instead
raising its own exception while leaving the session still
pending a rollback.  [ticket:2718]
2013-04-30 10:02:49 -04:00
..