]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added Query.scalar() sugar method, eases migration from old query.sum() methods....
authorJason Kirtland <jek@discorporate.us>
Thu, 11 Sep 2008 17:52:35 +0000 (17:52 +0000)
committerJason Kirtland <jek@discorporate.us>
Thu, 11 Sep 2008 17:52:35 +0000 (17:52 +0000)
commit53a3943b114d84c67704f9dafdc874a03ca76204
tree5d5d566dbd3dac3d8f8eb602a08b813c49e83cf5
parenta21dc3d3e382e8e2b0a842c3da81e770cd5d6f67
Added Query.scalar() sugar method, eases migration from old query.sum() methods.  Needs tests.
lib/sqlalchemy/orm/query.py