[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-08-21 21:39:18
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/42a65014f8cf/ Changeset: 42a65014f8cf Branch: None User: gunnlaugur Date: 2014-08-21 20:43:07 Summary: Add note on begin_nested requiring rollback/commit Avoid confusion about rollback/commit "must be issued" after ``session.begin_nested()`` --- this might be taken to mean call must be *added*, but that's only true if not using the return value as a context manager. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/575c4ee5c644/ Changeset: 575c4ee5c644 Branch: None User: zzzeek Date: 2014-08-21 23:38:23 Summary: Merge remote-tracking branch 'origin/pr/131' Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/dec550ccf688/ Changeset: dec550ccf688 Branch: rel_0_9 User: gunnlaugur Date: 2014-08-21 23:38:53 Summary: Add note on begin_nested requiring rollback/commit Avoid confusion about rollback/commit "must be issued" after ``session.begin_nested()`` --- this might be taken to mean call must be *added*, but that's only true if not using the return value as a context manager. Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |