]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added __len__ to RowProxy to allow len(r) and test for same.
authorRobert Leftwich <rtl@pobox.com>
Sun, 29 Jan 2006 04:04:17 +0000 (04:04 +0000)
committerRobert Leftwich <rtl@pobox.com>
Sun, 29 Jan 2006 04:04:17 +0000 (04:04 +0000)
commit9db98d2deeec3d77a9ba3447bdd46ef7067f257e
tree6a194a9606e1e44d06ed93a51fc5a7f05fe68270
parent6d7e11829f100f78210bf12df2592b7f6dc29f2a
Added __len__ to RowProxy to allow len(r) and test for same.
lib/sqlalchemy/engine.py
test/query.py