[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed regression within the flush process when an
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-04-29 18:10:44
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b0be9211c9a2/ Changeset: b0be9211c9a2 Branch: None User: zzzeek Date: 2015-04-29 18:00:16+00:00 Summary: - Fixed regression within the flush process when an attribute were set to a SQL expression for an UPDATE, and the SQL expression when compared to the previous value of the attribute would produce a SQL comparison other than ``==`` or ``!=``, the exception "Boolean value of this clause is not defined" would raise. The fix ensures that the unit of work will not interpret the SQL expression in this way. fixes #3402 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. |