mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
Fix typos (#520)
This commit is contained in:
@ -310,7 +310,7 @@ _mysql_ResultObject_Initialize(
|
||||
PyObject *fun2=NULL;
|
||||
int j, n2=PySequence_Size(fun);
|
||||
// BINARY_FLAG means ***_bin collation is used.
|
||||
// To distinguish text and binary, we shoud use charsetnr==63 (binary).
|
||||
// To distinguish text and binary, we should use charsetnr==63 (binary).
|
||||
// But we abuse BINARY_FLAG for historical reason.
|
||||
if (fields[i].charsetnr == 63) {
|
||||
flags |= BINARY_FLAG;
|
||||
|
Reference in New Issue
Block a user