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

Class ProgrammingError

src/MySQLdb/_exceptions.py:77–82  ·  view source on GitHub ↗

Exception raised for programming errors, e.g. table not found or already exists, syntax error in the SQL statement, wrong number of parameters specified, etc.

Source from the content-addressed store, hash-verified

75
76
77class ProgrammingError(DatabaseError):
78 """Exception raised for programming errors, e.g. table not found
79 or already exists, syntax error in the SQL statement, wrong number
80 of parameters specified, etc."""
81
82 __module__ = "MySQLdb"
83
84
85class NotSupportedError(DatabaseError):

Callers 5

Float2StrFunction · 0.90
_check_executedMethod · 0.85
_get_dbMethod · 0.85
_mogrifyMethod · 0.85
scrollMethod · 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…