Mikhail Akimov
Results
12
comments of
Mikhail Akimov
You can do this ```py cursor.execute(query) cursor.fetchall() while cursor.nextset(): cursor.fetchall() ``` It will raise an exception for each error associated with a result set (tested only with user-generated error). EDIT:...
I hacked together a solution that works reasonably well, see #67