Closed fwojciak closed 9 years ago
Getting attributes of cursor, like: cursor.rowcount, cursor.lastrowid etc. did not work because __getattr__ is a private method.
__getattr__
thanks
Getting attributes of cursor, like: cursor.rowcount, cursor.lastrowid etc. did not work because
__getattr__
is a private method.