]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Query.get() will raise if the number of params
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Nov 2010 16:10:41 +0000 (11:10 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Nov 2010 16:10:41 +0000 (11:10 -0500)
commit52167e1c37a6d704f01dc15bcb14ec2489979457
tree5752aec7ba3e2abb2cad53045bad45c516eefdb0
parent20418096d5862ed40f22b6c7b7cc53dd212bbd21
- Query.get() will raise if the number of params
in a composite key is too large, as well as too
small. [ticket:1977]
- the above change smoked out an old mistake in a unit test.
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/inheritance/test_basic.py
test/orm/test_query.py