mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-17 04:50:55 +08:00
Remove a debug string.
This commit is contained in:
@ -80,7 +80,7 @@ class Connection:
|
|||||||
if self._transactional:
|
if self._transactional:
|
||||||
self._db.query("ROLLBACK")
|
self._db.query("ROLLBACK")
|
||||||
else:
|
else:
|
||||||
raise NotSupportedError, "XXX Not supported by server"
|
raise NotSupportedError, "Not supported by server"
|
||||||
|
|
||||||
def cursor(self, cursorclass=None):
|
def cursor(self, cursorclass=None):
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user