Skip to content

Commit e04c597

Browse files
friedmethane
authored andcommitted
Add missing break (#346)
Fixes #343
1 parent e52812f commit e04c597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MySQLdb/_mysql.c

+1
Original file line numberDiff line numberDiff line change
@@ -1147,6 +1147,7 @@ _mysql_field_to_python(
11471147
#endif
11481148
// Call converter with bytes
11491149
binary = 1;
1150+
break;
11501151
default: // e.g. FIELD_TYPE_DATETIME, etc.
11511152
// Call converter with unicode string
11521153
binary = 0;

0 commit comments

Comments
 (0)