]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed issue where the "required" exception
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2012 19:20:25 +0000 (14:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2012 19:20:25 +0000 (14:20 -0500)
commitc6e07f6a591b7172382370a09ca511e94d239723
tree92adb4058910c90a080a777c321d7597ab4e4605
parent029ae72b2fffc5a69acf7fc610377cd0a148870e
- [bug] Fixed issue where the "required" exception
would not be raised for bindparam() with required=True,
if the statement were given no parameters at all.
[ticket:2381]
CHANGES
lib/sqlalchemy/sql/compiler.py
test/sql/test_compiler.py