Closed 0x55AAh closed 6 years ago
Can you use pymysql directly? Just re-connection implementation of pymysql, the protocol is completely pymysql implementation.
Yes. I've tried pymysql directly and no errors detected after multiple testings. I've faced with some correlation between size of field and error arising. After replacing json data with somethin' much more shorter, problem disappeared.
Already fixed. You can try to install the latest version 0.4.0. Thanks.
Problem is gone. Thanks.
I have a table:
Sql query:
NOTE: json field have data over 200 KB
PROBLEM: Sometimes i get this:
Tested on 2 separated systems. mysql-server 5.7 (5.7.23-1debian8) tormysql==0.3.8 PyMySQL==0.8.0