snower / TorMySQL

The highest performance asynchronous MySQL driver by PyMySQL
MIT License
308 stars 63 forks source link

Fixed getting attributes of cursor. #1

Closed fwojciak closed 9 years ago

fwojciak commented 9 years ago

Getting attributes of cursor, like: cursor.rowcount, cursor.lastrowid etc. did not work because __getattr__ is a private method.

snower commented 9 years ago

thanks