~s7v7nislands/myconnpy/speed

Viewing all changes in revision 195.

  • Committer: Geert Vanderkelen
  • Date: 2010-01-25 10:55:56 UTC
  • Revision ID: geert.vanderkelen@sun.com-20100125105556-7lgyxtfh0o1uhktg
Fixing rowcount in Cursor executemany() with no-result sets

* executemany will now retain how much rows it has updated. For example, if
one deletes rows using executemany() the total number of rows will be
available through cursor.rowcount. Before, executemany() return the total, but
didn't save it.
* Added test case.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: