diff --git a/MySQLdb/_mysql.c b/MySQLdb/_mysql.c index 380e2ef..3c84627 100644 --- a/MySQLdb/_mysql.c +++ b/MySQLdb/_mysql.c @@ -1147,6 +1147,7 @@ _mysql_field_to_python( #endif // Call converter with bytes binary = 1; + break; default: // e.g. FIELD_TYPE_DATETIME, etc. // Call converter with unicode string binary = 0;