GitHub user luky116 edited a discussion: Seata&Seata-go 功能对齐

| **是否已对齐** | **描述** | **PR** | **ISSUE** |
| --- | --- | --- | --- |
|  | 修复XAConn处于active状态时无法回滚的问题 | 
[https://github.com/apache/incubator-seata/pull/5131](https://github.com/apache/incubator-seata/pull/5131)
 | 
[https://github.com/apache/incubator-seata/issues/4710](https://github.com/apache/incubator-seata/issues/4710)
 |
|  | 支持Nacos contextPath 配置 | 
[https://github.com/apache/incubator-seata/pull/5111](https://github.com/apache/incubator-seata/pull/5111)
 | 
[https://github.com/apache/incubator-seata/issues/5110](https://github.com/apache/incubator-seata/issues/5110)、[https://github.com/apache/incubator-seata/issues/5012](https://github.com/apache/incubator-seata/issues/5012)
 |
|  | 修复当Server重启时 accessKey 丢失问题 | 
[https://github.com/apache/incubator-seata/pull/5097](https://github.com/apache/incubator-seata/pull/5097)
 | 
[https://github.com/apache/incubator-seata/issues/5080](https://github.com/apache/incubator-seata/issues/5080)
 |
|  | 修复SQL语句中无主键和唯一键拦截问题 | 
[https://github.com/apache/incubator-seata/pull/5078](https://github.com/apache/incubator-seata/pull/5078)
 | 
[https://github.com/apache/incubator-seata/issues/5079](https://github.com/apache/incubator-seata/issues/5079)
 |
|  | 修复InsertOnDuplicateUpdate无法拦截无主键和唯一索引的SQL | 
[https://github.com/apache/incubator-seata/pull/5075](https://github.com/apache/incubator-seata/pull/5075)
 | 
[https://github.com/apache/incubator-seata/issues/5007](https://github.com/apache/incubator-seata/issues/5007)
 |
|  | 修复update join条件中占位符参数问题 | 
[https://github.com/apache/incubator-seata/pull/5052](https://github.com/apache/incubator-seata/pull/5052)
 |  |
|  | 回滚时undolog产生脏写需要抛出不再重试(BranchRollbackFailed_Unretriable)的异常 | 
[https://github.com/apache/incubator-seata/pull/5051](https://github.com/apache/incubator-seata/pull/5051)
 | 
[https://github.com/apache/incubator-seata/issues/4997](https://github.com/apache/incubator-seata/issues/4997)
 |
|  | 修复InsertOnDuplicateUpdate的SQL语句中无插入列字段导致的空指针问题 | 
[https://github.com/apache/incubator-seata/pull/5033](https://github.com/apache/incubator-seata/pull/5033)
 | 
[https://github.com/apache/incubator-seata/issues/5005](https://github.com/apache/incubator-seata/issues/5005)
 |
|  | 修复mysql InsertOnDuplicateUpdate中条件参数填充位置计算错误导致的镜像查询SQL语句异常问题 | 
[https://github.com/apache/incubator-seata/pull/5032](https://github.com/apache/incubator-seata/pull/5032)
 | 
[https://github.com/apache/incubator-seata/issues/5029](https://github.com/apache/incubator-seata/issues/5029)
 |
|  | 修复InsertOnDuplicateUpdate中不应该使用null值索引作为查询条件 | 
[https://github.com/apache/incubator-seata/pull/5031](https://github.com/apache/incubator-seata/pull/5031)
 | 
[https://github.com/apache/incubator-seata/issues/4956](https://github.com/apache/incubator-seata/issues/4956)
 |
|  | 修复 insert on duplicate SQL中 null 值问题 | 
[https://github.com/apache/incubator-seata/pull/5028](https://github.com/apache/incubator-seata/pull/5028)
 | 
[https://github.com/apache/incubator-seata/issues/5023](https://github.com/apache/incubator-seata/issues/5023)
 |
|  | 修复mysql update join行数据重复的问题 | 
[https://github.com/apache/incubator-seata/pull/5004](https://github.com/apache/incubator-seata/pull/5004)
 |  |
|  | 修复mysql InsertOnDuplicateUpdate后置镜像查询SQL中重复的主键查询条件 | 
[https://github.com/apache/incubator-seata/pull/4995](https://github.com/apache/incubator-seata/pull/4995)
 | 
[https://github.com/apache/incubator-seata/issues/4955](https://github.com/apache/incubator-seata/issues/4955)
 |
|  | 修复 undo_log id重复的问题 | 
[https://github.com/apache/incubator-seata/pull/4985](https://github.com/apache/incubator-seata/pull/4985)
 | 
[https://github.com/apache/incubator-seata/issues/4949](https://github.com/apache/incubator-seata/issues/4949)
 |
|  | 优化当tcc fence记录查不到时的错误提示 | 
[https://github.com/apache/incubator-seata/pull/4981](https://github.com/apache/incubator-seata/pull/4981)
 |  |
|  | 有考虑使用kryo5.X么 4.X最后更新时间是2018年 5.X目前已经更新到5.3.0了 更新的很活跃 功能也更好一些 | 
[https://github.com/apache/incubator-seata/pull/4968](https://github.com/apache/incubator-seata/pull/4968)
 | 
[https://github.com/apache/incubator-seata/issues/4961](https://github.com/apache/incubator-seata/issues/4961)
 |
|  | 优化超时事务 triggerAfterCommit() 的执行 | 
[https://github.com/apache/incubator-seata/pull/4958](https://github.com/apache/incubator-seata/pull/4958)
 |  |
|  | 修复InsertOnDuplicateUpdate可绕过修改主键的问题 | 
[https://github.com/apache/incubator-seata/pull/4953](https://github.com/apache/incubator-seata/pull/4953)
 | 
[https://github.com/apache/incubator-seata/issues/4952](https://github.com/apache/incubator-seata/issues/4952)
 |
|  | 支持 mysql 的update join联表更新语法 | 
[https://github.com/apache/incubator-seata/pull/4914](https://github.com/apache/incubator-seata/pull/4914)
 | 
[https://github.com/apache/incubator-seata/issues/4118](https://github.com/apache/incubator-seata/issues/4118)、[https://github.com/apache/incubator-seata/issues/4890](https://github.com/apache/incubator-seata/issues/4890)
 |
|  | 修复mysql InsertOnDuplicateUpdate 列名大小写不一致无法正确匹配 | 
[https://github.com/apache/incubator-seata/pull/4912](https://github.com/apache/incubator-seata/pull/4912)
 | 
[https://github.com/apache/incubator-seata/issues/4909](https://github.com/apache/incubator-seata/issues/4909)
 |
|  | 支持 oracle 和 postgresql 多主键 | 
[https://github.com/apache/incubator-seata/pull/4863](https://github.com/apache/incubator-seata/pull/4863)
 |  |
|  | 支持 oracle 和 postgresql 多主键 | 
[https://github.com/apache/incubator-seata/pull/4457](https://github.com/apache/incubator-seata/pull/4457)
 |  |
|  | 修复使用 Statement.executeBatch() 时无法生成undo log 的问题 | 
[https://github.com/apache/incubator-seata/pull/4838](https://github.com/apache/incubator-seata/pull/4838)
 | 
[https://github.com/apache/incubator-seata/issues/4833](https://github.com/apache/incubator-seata/issues/4833)
 |
|  | mysql8.0.29版本及以上XA模式不持connection至二阶段 | 
[https://github.com/apache/incubator-seata/pull/4765](https://github.com/apache/incubator-seata/pull/4765)
 |  |
|  | 优化竞争锁过程 | 
[https://github.com/apache/incubator-seata/pull/4681](https://github.com/apache/incubator-seata/pull/4681)
 | 
[https://github.com/apache/incubator-seata/issues/4683](https://github.com/apache/incubator-seata/issues/4683)
 |
|  | 自动降级支持开关支持动态配置 | 
[https://github.com/apache/incubator-seata/pull/4590](https://github.com/apache/incubator-seata/pull/4590)
 | 
[https://github.com/apache/incubator-seata/issues/4491](https://github.com/apache/incubator-seata/issues/4491)
 |
|  | 支持 oracle and postgresql 的  | 
[https://github.com/apache/incubator-seata/pull/4543](https://github.com/apache/incubator-seata/pull/4543)
 | 
[https://github.com/apache/incubator-seata/issues/4537](https://github.com/apache/incubator-seata/issues/4537)
 |
|  | 支持 oracle timestamp 类型 multi primary key | 
[https://github.com/apache/incubator-seata/pull/4542](https://github.com/apache/incubator-seata/pull/4542)
 | 
[https://github.com/apache/incubator-seata/issues/4536](https://github.com/apache/incubator-seata/issues/4536)
 |
|  | tccfence 记录表优化成按索引删除 | 
[https://github.com/apache/incubator-seata/pull/4490](https://github.com/apache/incubator-seata/pull/4490)
 | 
[https://github.com/apache/incubator-seata/issues/4489](https://github.com/apache/incubator-seata/issues/4489)
 |
|  | 优化事务超时判断 | 
[https://github.com/apache/incubator-seata/pull/4445](https://github.com/apache/incubator-seata/pull/4445)
 | 
[https://github.com/apache/incubator-seata/issues/4371](https://github.com/apache/incubator-seata/issues/4371)、[https://github.com/apache/incubator-seata/pull/4743](https://github.com/apache/incubator-seata/pull/4743)
 |
|  | 指检查需要插入的字段 | 
[https://github.com/apache/incubator-seata/pull/3890](https://github.com/apache/incubator-seata/pull/3890)
 | 
[https://github.com/apache/incubator-seata/issues/3891](https://github.com/apache/incubator-seata/issues/3891)
 |
|  | 优化 buildLockKey 的速度 | 
[https://github.com/apache/incubator-seata/pull/3700](https://github.com/apache/incubator-seata/pull/3700)
 |  |

issue 
地址:[https://github.com/apache/incubator-seata/pulls?page=2&q=is%3Apr+label%3Amultilingual+is%3Aclosed](https://github.com/apache/incubator-seata/pulls?page=2&q=is%3Apr+label%3Amultilingual+is%3Aclosed)


GitHub link: https://github.com/apache/incubator-seata/discussions/6322

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to