[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed a major regression in the 1.0 series where
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-06-25 01:53:59
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1e2f1f5baabd/ Changeset: 1e2f1f5baabd Branch: None User: zzzeek Date: 2015-06-25 01:53:15+00:00 Summary: - Fixed a major regression in the 1.0 series where the version_id_counter feature would cause an object's version counter to be incremented when there was no net change to the object's row, but instead an object related to it via relationship (e.g. typically many-to-one) were associated or de-associated with it, resulting in an UPDATE statement that updates the object's version counter and nothing else. In the use case where the relatively recent "server side" and/or "programmatic/conditional" version counter feature were used (e.g. setting version_id_generator to False), the bug could cause an UPDATE without a valid SET clause to be emitted. fixes #3465 Affected #: 3 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. |