[Sqlalchemy-tickets] Issue #3550: typo, begin_nested should not be called SAVEPOINT (zzzeek/sqlalch
Brought to you by:
zzzeek
|
From: Jean-Sébastien S. <iss...@bi...> - 2015-10-06 13:32:34
|
New issue 3550: typo, begin_nested should not be called SAVEPOINT https://bitbucket.org/zzzeek/sqlalchemy/issues/3550/typo-begin_nested-should-not-be-called Jean-Sébastien Suzanne: See http://docs.sqlalchemy.org/en/latest/orm/session_transaction.html#using-savepoint. A save point can be released, it is not a commit or rollback. Or in the documentation, the ``begin_nested`` must be committed or rollbacked. |