[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Accommodate "callable" bound param in evaluator
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-05-16 17:12:50
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0470abadd237/ Changeset: 0470abadd237 Branch: rel_1_0 User: zzzeek Date: 2016-05-16 14:33:36+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 (cherry picked from commit a51ab916622dd016ce51d6be0969112817cc42ad) 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. |