[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-05-31 15:56:47
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2cd1a43778d4/ Changeset: 2cd1a43778d4 Branch: master User: zzzeek Date: 2013-05-31 17:52:31 Summary: Fixed a regression caused by [ticket:2682] whereby the evaluation invoked by :meth:`.Query.update` and :meth:`.Query.delete` would hit upon unsupported ``True`` and ``False`` symbols which now appear due to the usage of ``IS``. [ticket:2737] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c6f54ae434b4/ Changeset: c6f54ae434b4 Branch: rel_0_8 User: zzzeek Date: 2013-05-31 17:55:48 Summary: Fixed a regression caused by [ticket:2682] whereby the evaluation invoked by :meth:`.Query.update` and :meth:`.Query.delete` would hit upon unsupported ``True`` and ``False`` symbols which now appear due to the usage of ``IS``. [ticket:2737] Conflicts: doc/build/changelog/changelog_08.rst 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. |