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