MCPcopy Create free account
hub / github.com/PyMySQL/mysqlclient / NotSupportedError

Class NotSupportedError

src/MySQLdb/_exceptions.py:85–91  ·  view source on GitHub ↗

Exception raised in case a method or database API was used which is not supported by the database, e.g. requesting a .rollback() on a connection that does not support transaction or has transactions turned off.

Source from the content-addressed store, hash-verified

83
84
85class NotSupportedError(DatabaseError):
86 """Exception raised in case a method or database API was used
87 which is not supported by the database, e.g. requesting a
88 .rollback() on a connection that does not support transaction or
89 has transactions turned off."""
90
91 __module__ = "MySQLdb"

Callers 1

set_sql_modeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…