UokyI commented on issue #8041: URL: https://github.com/apache/incubator-seata/issues/8041#issuecomment-4203175480
> Composite primary keys are not supported. 源码里的rm-datasource模块的SQL Server 的 prepareStatement(String sql, String[] columnNames) 方法不支持多列主键数组,我这边本地测试调整了client端代码,使用SQL Server数据库时,切换为使用RETURN_GENERATED_KEYS,再加上SQLServer兼容的 buildWhereConditionByPKsForSqlServer方法,微调一下就可以。我这边自行打包了dev client端,基本功能已经可以。 -- 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]
