mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 19:31:54 +08:00
@ -1147,6 +1147,7 @@ _mysql_field_to_python(
|
|||||||
#endif
|
#endif
|
||||||
// Call converter with bytes
|
// Call converter with bytes
|
||||||
binary = 1;
|
binary = 1;
|
||||||
|
break;
|
||||||
default: // e.g. FIELD_TYPE_DATETIME, etc.
|
default: // e.g. FIELD_TYPE_DATETIME, etc.
|
||||||
// Call converter with unicode string
|
// Call converter with unicode string
|
||||||
binary = 0;
|
binary = 0;
|
||||||
|
Reference in New Issue
Block a user