snower / TorMySQL

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

module cursor.py has BUG #11

Closed anden007 closed 7 years ago

anden007 commented 7 years ago

original code: def callproc(self, procname, args=()): return async_call_method(self._cursor.procname, procname, args)

"self._cursor.procname" need change to "self._cursor.callproc"

snower commented 7 years ago

fixed,thandks! good job!