[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-05-09 02:45:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/55eacc8dbea3/ Changeset: 55eacc8dbea3 Branch: None User: zzzeek Date: 2014-05-09 04:44:06 Summary: - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete` would produce an empty WHERE clause when an empty :func:`.and_()` or :func:`.or_()` or other blank expression were applied. This is now consistent with that of :func:`.select`. fixes #3045 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/93e11a9d7d58/ Changeset: 93e11a9d7d58 Branch: rel_0_8 User: zzzeek Date: 2014-05-09 04:45:01 Summary: - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete` would produce an empty WHERE clause when an empty :func:`.and_()` or :func:`.or_()` or other blank expression were applied. This is now consistent with that of :func:`.select`. fixes #3045 Affected #: 5 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. |