]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added first() method to ResultProxy
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 20 Jun 2009 14:53:32 +0000 (14:53 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 20 Jun 2009 14:53:32 +0000 (14:53 +0000)
commit2902b59af4f845a9a5b79d09c50957bc5c6d7c82
treefe9c7bc6c3d1a7cd04941446dbded56d25bde4c3
parentf6357fb07dc4190a346a785580f3c22f4c2cb0f0
- added first() method to ResultProxy
- corrected all the hanging fetchone()s in test_query so that jython passes without hanging
06CHANGES
lib/sqlalchemy/engine/base.py
test/sql/test_query.py