dingxiaobo

Results 26 comments of dingxiaobo

Thank to @Dr-kyle , this issue has been fixed. job config: ``` json "writer":{ "name": "sqlserverwriter", "parameter": { "session": [ "SET IDENTITY_INSERT tableName ON" ] } } ```

PRIORITY在开源DataX里并没有使用,下个版本会考虑删掉

看起来不像是tdengine 到 tdengine的问题,更像是一台机器上运行了多个 tdengine 的同步进程导致的?

Check you source value is valid or not. When you insert an invalid value to double/decimal column can cause this exception, like `1.2.3`

此改动会对现有任务造成一定影响,暂不能合入

This issue was solved in following commit. https://github.com/domix/spring-boot-starter-jade4j/commit/07719dfe195e129b859f8062b2617edca391809c#diff-c197962302397baf3a4cc36463dce5ea The author hasn't release new version yet, you can add jade4j dependency by you own like this: ```xml ... com.domingosuarez.boot spring-boot-starter-jade4j 0.3.1...