[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-05-16 17:13:06
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a51ab916622d/ Changeset: a51ab916622d Branch: None User: zzzeek Date: 2016-05-16 14:32:07+00:00 Summary: Accommodate "callable" bound param in evaluator Fixed bug in "evaluate" strategy of :meth:`.Query.update` and :meth:`.Query.delete` which would fail to accommodate a bound parameter with a "callable" value, as which occurs when filtering by a many-to-one equality expression along a relationship. Change-Id: I47758d3f5d8b9ea1a07e23166780d5f3c32b17f1 Fixes: #3700 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d3cf79bf8796/ Changeset: d3cf79bf8796 Branch: master User: zzzeek Date: 2016-05-16 17:12:51+00:00 Summary: Merge "Accommodate "callable" bound param in evaluator" 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. |