mysql-binlog-connector-java icon indicating copy to clipboard operation
mysql-binlog-connector-java copied to clipboard

I want to get all the columns instead of filtering out the columns with a null value

Open Axin-cool opened this issue 3 years ago • 0 comments

Hi

When I modify a column data, if the other column value is null, so I use UpdateRowsEventData. GetRows () and WriteRowsEventData getRows () will not be able to get all the columns, if I want to get all columns that contain null values, What should I do?

image

Axin-cool avatar Nov 03 '22 06:11 Axin-cool