Kyle.K.Zhao
Kyle.K.Zhao
> Just curious, how is this different from #471? Your PR seems to share some code with the original PR. Repeat submission, I will close!
> Just curious, how is this different from #471? Your PR seems to share some code with the original PR. #471 already closed,this is the latest code.
我也遇到了,通过修改源代码,然后重新打包 plugin-rdbms-util,就可以了 1. 修改代码 com.alibaba.datax.plugin.rdbms.util.DBUtil 大约 700 行左右 dealWithSessionConfig 方法添加 case SQLServer 这一块代码 ``` public static void dealWithSessionConfig(Connection conn, Configuration config, DataBaseType databaseType, String message) { List sessionConfig = null;...
@HaoLi-Rainbow 你抢到没有,哈哈
@HaoLi-Rainbow 我后天试一试看能不能抢到