[0.6.0] minor performance improvement and correction to BufferedResultProxy

Issue #1787 resolved
Former user created an issue

The included patch corrects a minor thinko in BufferedResultProxy and also improves performance a little bit (the larger the result set the bigger the performance gain).

Would appreciate feedback!

Comments (5)

  1. Mike Bayer repo owner
    • changed component to sql
    • changed milestone to 0.6.xx
    • assigned issue to

    looks pretty good, can you confirm that our current test coverage hits all of these ? I'm not sure if we have tests for them which are independent of running on PG or Oracle, it would help if we did. We have some "result proxy" tests in test/engine/test_execute.py that would be a good place to put them.

  2. Former user Account Deleted

    I've been using this in development with postgresql (psycopg2 2.0.14). I'll try to verify that the testing hits the code.

  3. Log in to comment