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

Class ProgrammingError

pymysql/err.py:60–63  ·  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

58
59
60class ProgrammingError(DatabaseError):
61 """Exception raised for programming errors, e.g. table not found
62 or already exists, syntax error in the SQL statement, wrong number
63 of parameters specified, etc."""
64
65
66class NotSupportedError(DatabaseError):

Callers 2

escape_floatFunction · 0.85
Decimal2LiteralFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected