]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- ResultProxy internals have been overhauled to greatly reduce
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Oct 2009 16:38:07 +0000 (16:38 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Oct 2009 16:38:07 +0000 (16:38 +0000)
commit52b1ace6768a7f00b411d5f8b86ad8d1f84666b8
tree844505a47a826b9d37a8717d2b59215493916452
parent2e8b1639f82547b1f6ba3a14aa9bfeb7b505cb91
- ResultProxy internals have been overhauled to greatly reduce
method call counts when fetching columns that have no
type-level processing applied.   Provides a 100% speed
improvement when fetching large result sets with no unicode
conversion.  Many thanks to Elixir's GaĆ«tan de Menten
for this dramatic improvement !  [ticket:1586]
CHANGES
lib/sqlalchemy/engine/base.py
test/aaa_profiling/test_resultset.py [new file with mode: 0644]
test/sql/test_query.py