We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfc325 commit 9508904Copy full SHA for 9508904
mariadb/mariadb_exception.c
@@ -82,6 +82,7 @@ static PyObject *get_exception_type(int error_number)
82
case ER_WRONG_DB_NAME:
83
case ER_WRONG_TABLE_NAME:
84
case ER_BAD_DB_ERROR:
85
+ case ER_BAD_FIELD_ERROR:
86
return Mariadb_ProgrammingError;
87
88
/* IntegrityError: Exception raised when the relational integrity of the database is affected,
0 commit comments