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
When binlog enabled in noblob or minimal mode there is no tool to detect whether field setted nil on purpose or it null becouse of blob simply ignored.
However protocol has support for that. I propose to add
SkippedColumns [][]int
In each row update event and populate it for every column in row which has no isBitSet(bitmap, i)
The text was updated successfully, but these errors were encountered:
When binlog enabled in noblob or minimal mode there is no tool to detect whether field setted nil on purpose or it null becouse of blob simply ignored.
However protocol has support for that. I propose to add
In each row update event and populate it for every column in row which has no
isBitSet(bitmap, i)
The text was updated successfully, but these errors were encountered: