You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since these values have the same value in python-mysql-replication as None, users cannot distinguish these cases.
Is it fine to distinguish these cases when dump() is executed like below?
We found there are three cases of getting
None
for column value."NULL"
.python-mysql-replication/pymysqlreplication/row_event.py
Lines 158 to 159 in 8e17fb2
DATETIME
,TIME
, ...) and the value's format is not supportable.python-mysql-replication/pymysqlreplication/row_event.py
Lines 382 to 394 in 8e17fb2
SET
and the value is emptypython-mysql-replication/pymysqlreplication/row_event.py
Lines 246 to 257 in 8e17fb2
Since these values have the same value in python-mysql-replication as
None
, users cannot distinguish these cases.Is it fine to distinguish these cases when
dump()
is executed like below?Here's a draft of our work : python-mysql-replication-kr#86
I'd appreciate for your feedback :)
The text was updated successfully, but these errors were encountered: