]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- apply optimizations to alternate row proxies, [ticket:1787]
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Feb 2011 23:33:49 +0000 (18:33 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Feb 2011 23:33:49 +0000 (18:33 -0500)
commit637fdd32510c7e04dbf279482057f3fa19c97456
treed0e138f1411ccde281972a2f43316006dee5b884
parentd5cc2f83c1183eb65d0daac3532a1645d0cd9513
- apply optimizations to alternate row proxies, [ticket:1787]
- add check to fetchmany() for None, don't send argument if not present,
helps DBAPIs which don't accept "None" for default (ie. pysqlite, maybe others)
- add tests to test_execute to provide 100% coverage for the three alternate
result proxy classes
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/engine/base.py
test/engine/test_execute.py