incubator-seata-go icon indicating copy to clipboard operation
incubator-seata-go copied to clipboard

Go Implementation For Seata

Results 125 incubator-seata-go issues
Sort by recently updated
recently updated
newest added

**What would you like to be added**: **Why is this needed**:

solution

**What happened**: sample/at/rollback occasionally has problems, will send an rm rollback request to another rm client **What you expected to happen**: **How to reproduce it (as minimally and precisely as...

bug

**What happened**: 跑at模式的grpc调用,会报错 **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**:

bug

**What happened**: 当执行 select for update 的时候,没有进分布式事务 **What you expected to happen**: 期望也进分布式事务 **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**:

bug

protobuf serialization will be used in the processing flow of undo log, and the grpc communication protocol that will be supported by seata java 2.x in the future will also...

task: help-wanted

**What would you like to be added**: **Why is this needed**:

task: help-wanted

**What would you like to be added**: **Why is this needed**:

task: help-wanted

**What would you like to be added**: **Why is this needed**:

task: help-wanted

**What would you like to be added**: **Why is this needed**:

task: help-wanted

当我再测试更新数据的时候 ```go { sourceQuery: "update t_user set name = ?, age = ? where id = ? or name = 'Jack' and age between ? and ?", sourceQueryArgs: []driver.Value{"Jack", 1,...

bug