Fix Connection.client_flag (#266)

This commit is contained in:
Sergey Fedoseev
2018-10-23 15:04:18 +05:00
committed by INADA Naoki
parent 09018914e1
commit 9fb618806b
2 changed files with 12 additions and 1 deletions

View File

@ -2491,8 +2491,8 @@ static struct PyMemberDef _mysql_ConnectionObject_memberlist[] = {
{
"client_flag",
T_UINT,
READONLY,
offsetof(_mysql_ConnectionObject,connection.client_flag),
READONLY,
"Client flags; refer to MySQLdb.constants.CLIENT"
},
{NULL} /* Sentinel */