[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-07-08 23:18:18
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e38bb315fdd2/ Changeset: e38bb315fdd2 Branch: master User: zzzeek Date: 2014-07-09 01:08:42 Summary: - The "evaulator" for query.update()/delete() won't work with multi-table updates, and needs to be set to `synchronize_session=False` or `synchronize_session='fetch'`; this now raises an exception, with a message to change the synchronize setting. This will be only a warning in 0.9.7. fixes #3117 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8c2959ae9ad3/ Changeset: 8c2959ae9ad3 Branch: rel_1_0 User: zzzeek Date: 2014-07-09 01:09:15 Summary: Merge branch 'master' into rel_1_0 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/330800f7b8ec/ Changeset: 330800f7b8ec Branch: rel_0_9 User: zzzeek Date: 2014-07-09 01:17:45 Summary: - The "evaulator" for query.update()/delete() won't work with multi-table updates, and needs to be set to `synchronize_session=False` or `synchronize_session='fetch'`; this is a warning in 0.9.7, an exception in 1.0. fixes #3117 Affected #: 4 files 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. |