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 6222ba6 commit 0da8165Copy full SHA for 0da8165
MySQLdb/_mysql.c
@@ -2302,7 +2302,7 @@ static struct PyMemberDef _mysql_ConnectionObject_memberlist[] = {
2302
},
2303
{
2304
"server_capabilities",
2305
- T_UINT,
+ T_ULONG,
2306
offsetof(_mysql_ConnectionObject,connection.server_capabilities),
2307
READONLY,
2308
"Capabilities of server; consult MySQLdb.constants.CLIENT"
@@ -2316,7 +2316,7 @@ static struct PyMemberDef _mysql_ConnectionObject_memberlist[] = {
2316
2317
2318
"client_flag",
2319
2320
offsetof(_mysql_ConnectionObject,connection.client_flag),
2321
2322
"Client flags; refer to MySQLdb.constants.CLIENT"
0 commit comments