mysql-binlog-connector-java
mysql-binlog-connector-java copied to clipboard
I want to get all the columns instead of filtering out the columns with a null value
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?
