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 91054f0 commit d4ef92dCopy full SHA for d4ef92d
_mysql.c
@@ -1373,6 +1373,7 @@ _mysql_field_to_python(
1373
field_type == FIELD_TYPE_BLOB ||
1374
field_type == FIELD_TYPE_VAR_STRING ||
1375
field_type == FIELD_TYPE_STRING ||
1376
+ field_type == FIELD_TYPE_GEOMETRY ||
1377
field_type == FIELD_TYPE_BIT) {
1378
binary = 1;
1379
}
0 commit comments