]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] The "required" flag is set to
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Aug 2012 19:11:53 +0000 (15:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Aug 2012 19:11:53 +0000 (15:11 -0400)
commit326f2e4f60744d8073eaa4eda69d1dbb46bc9f50
tree1564027071fa60d1f656edf59e84d8361238b7e7
parent8a307726b34d4adb374b0b618205dbcac31a15f5
- [feature] The "required" flag is set to
True by default, if not passed explicitly,
on bindparam() if the "value" or "callable"
parameters are not passed.
This will cause statement execution to check
for the parameter being present in the final
collection of bound parameters, rather than
implicitly assigning None. [ticket:2556]
CHANGES
lib/sqlalchemy/sql/expression.py
test/engine/test_execute.py
test/orm/test_query.py
test/sql/test_compiler.py
test/sql/test_functions.py
test/sql/test_query.py