]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- query.scalar() now raises an exception if more than one
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Mar 2010 23:38:51 +0000 (18:38 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Mar 2010 23:38:51 +0000 (18:38 -0500)
commit3264433782034cf862e534ea6c9e07fd5531050c
treeff222ca0084051d580e8522c6e0fbeff420a865b
parent409c8ed703c7391380164c5d265c8401e65060c4
- query.scalar() now raises an exception if more than one
row is returned.  All other behavior remains the same.
[ticket:1735]
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/test_query.py