Gitkbc opened a new pull request, #7925: URL: https://github.com/apache/incubator-seata/pull/7925
What this PR does: - Fixes Oracle SQL failures caused by reserved keyword `cluster` - Renames `vgroup_table.cluster` to `cluster_name` across all supported databases - Updates MappingDO, DAO queries, and result mappings - Adds database upgrade scripts to preserve existing data Why this approach: - Avoids vendor-specific quoting - Prevents Oracle case-sensitivity issues - Keeps schema consistent across database vendors Backward compatibility: - Existing installations are supported via upgrade scripts Fixes #7869 -- 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]
