]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add a test to make sure we've tested session.execute(stmt, multiparams)
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Sep 2012 04:54:45 +0000 (00:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Sep 2012 04:54:45 +0000 (00:54 -0400)
commitf72119a0ea2eee42f42fbee39880f298e1c6a94c
tree26a5a9a4e794fd93681e2fa4d95be25a138b4ba9
parentd3e60f805d573206f68c0eb7e7187c5a1c54a731
- add a test to make sure we've tested session.execute(stmt, multiparams)
- rewrite docs for session.execute()
lib/sqlalchemy/orm/session.py
test/orm/test_session.py