summaryrefslogtreecommitdiff
path: root/test/orm/inheritance/test_basic.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-11-20 15:43:12 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-11-20 15:43:12 -0500
commitea55a4644c63358324ce4066c501c048c7a661a6 (patch)
tree5178212f990adab3b69a1b6a0b55e4a3aceed51e /test/orm/inheritance/test_basic.py
parente3ca3a773ff8c36126fe584b69e380c67791e2bf (diff)
downloadsqlalchemy-ea55a4644c63358324ce4066c501c048c7a661a6.tar.gz
- bindparam() gets a new option "callable", which is a lambda or def
evaluated at execution time to determine the value. This replaces the implicit recognition of callables sent as the primary value of bindparam(), which was an undocumented behavior used by the ORM. The argument is separated now so that values can be passed to bindparams that are also callables without ambiguity, such as user defined objects that include a __call__() method. [ticket:1950]
Diffstat (limited to 'test/orm/inheritance/test_basic.py')
0 files changed, 0 insertions, 0 deletions