Cursor.rowcount now returns the number of returned rows from "select" before fetching
The Python driver's Cursor.rowcount property has been enhanced to be compliant with the definition and return the appropriate number of rows for the recordset before starting to fetch.