slievrly commented on code in PR #8118:
URL: https://github.com/apache/incubator-seata/pull/8118#discussion_r3329642495
##########
rm-datasource/src/main/java/org/apache/seata/rm/datasource/undo/AbstractUndoExecutor.java:
##########
@@ -306,10 +306,15 @@ protected TableRecords
queryCurrentRecords(ConnectionProxy connectionProxy) thro
int pkRowSize = pkRowValues.get(firstKey).size();
List<SqlGenerateUtils.WhereSql> sqlConditions =
SqlGenerateUtils.buildWhereConditionListByPKs(pkNameList,
pkRowSize, connectionProxy.getDbType());
+
+ String selectColumns = tableMeta.getAllColumns().keySet().stream()
Review Comment:
The hidden columns in Oracle 19c are also present in the metadata.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]