wangyjay opened a new issue, #7453:
URL: https://github.com/apache/incubator-seata/issues/7453

   ### Check Ahead
   
   - [x] I have searched the [issues](https://github.com/seata/seata/issues) of 
this repository and believe that this is not a duplicate.
   
   
   ### Ⅰ. Issue Description
   
   测试调用一个业务表的写入服务时,回滚报错
   
   
   ### Ⅱ. Describe what happened
   
   测试调用一个业务表的写入服务时,回滚报错
   
   `Field not equals, name CREATED_DATE, old value 2025-04-19 10:08:21.617000 
+08:00, new value 2025-04-19 10:08:21.617`
   
   
   对应数据库表
   
   CREATE TABLE "BPM3"."BPM_TYPE"
   (
   "ID" BIGINT NOT NULL,
   "CODE" VARCHAR(40) NOT NULL,
   "NAME" VARCHAR(100),
   "CREATED_BY" VARCHAR(80),
   "CREATED_DATE" TIMESTAMP(6),
   "LAST_MODIFIED_BY" VARCHAR(80),
   "LAST_MODIFIED_DATE" TIMESTAMP(6),
   "TENANT_ID" VARCHAR(64),
   "SORT" VARCHAR(256),
   "CREATED_BY_NAME" VARCHAR(128),
   "LAST_MODIFIED_BY_NAME" VARCHAR(128),
   CLUSTER PRIMARY KEY("ID")) STORAGE(ON "BPM3", CLUSTERBTR) ;
   COMMENT ON COLUMN "BPM3"."BPM_TYPE"."CREATED_BY_NAME" IS '创建人名称';
   COMMENT ON COLUMN "BPM3"."BPM_TYPE"."LAST_MODIFIED_BY_NAME" IS '修改人名称';
   
   ### Ⅲ. Describe what you expected to happen
   
   是否达梦数据库的数据类型有要求,比如不能使用TIMESTAMP(6)
   
   ### Ⅳ. How to reproduce it (as minimally and precisely as possible)
   
   _No response_
   
   ### Ⅴ. Anything else we need to know?
   
   是否达梦数据库的数据类型有要求,比如不能使用TIMESTAMP(6)
   
   ### Ⅵ. Environment
   
   seata 2.2.0
   AT模式
   达梦数据库 8.1
   jdk 11
   spring 2.7.18


-- 
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: notifications-unsubscr...@seata.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to