Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
0.9.59
-
None
-
Windows 10 64-bit, Python 3.8.3, MariaDB 10.4 (x64), MariaDB Connector/C 3.1.7
Description
After cursor.execute() for a few SELECT queries I am always getting cursor.rowcount==0. The documentation here https://github.com/mariadb-corporation/mariadb-connector-python/wiki/cursor.md says "... the number of rows that the last execute*() produced (for DQL statements like SELECT) ..."