Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e04c597

Browse filesBrowse files
friedmethane
authored andcommitted
Add missing break (PyMySQL#346)
Fixes PyMySQL#343
1 parent e52812f commit e04c597
Copy full SHA for e04c597

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎MySQLdb/_mysql.c

Copy file name to clipboardExpand all lines: MySQLdb/_mysql.c
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.