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 happened**: XA 一个事务里跑多个sql不能正常执行 **What you expected to happen**: XA 一个事务里跑多个sql可以正常执行 **How to reproduce it (as minimally and precisely as possible)**: 使用xa basic sample里代码, 重复执行 `db.ExecContext`两次, 报错 ``` func insertData(ctx...

**What happened**: 当`func (c *XAConn) ExecContext`, `pkg/datasource/sql/conn_xa.go`报错时, ret 为空 ``` return ret.GetResult(), nil ``` 会直接panic **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**:...

**What this PR does**: **Which issue(s) this PR fixes**: Fixes #673 **Special notes for your reviewer**: **Does this PR introduce a user-facing change?**: ```release-note ```

coding

**What this PR does**: **Which issue(s) this PR fixes**: Fixes #656 **Special notes for your reviewer**: **Does this PR introduce a user-facing change?**: ```release-note ```

coding

**What this PR does**: **Which issue(s) this PR fixes**: Fixes #662 **Special notes for your reviewer**: **Does this PR introduce a user-facing change?**: ```release-note ```

coding
protocol
remoting
rm
integration
tm
ci/cd

**Special notes for your reviewer**: generate id by snowflake and passed the unit test. **Does this PR introduce a user-facing change?**: ```release-note feat: support generate id by snowflake ```

coding

**What this PR does**: Add nacos registry/config support **Which issue(s) this PR fixes**: Fixes #657 **Special notes for your reviewer**: **Does this PR introduce a user-facing change?**: ```release-note ```

coding
remoting

**What this PR does**: Use config `undo.UndoConfig.LogSerialization` instead of hard-coding `json` **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: **Does this PR introduce a user-facing change?**:...

coding

**What happened**: see PR:[https://github.com/apache/incubator-seata/pull/5131](https://github.com/apache/incubator-seata/pull/5131)

bug
task: help-wanted

**What happened**: **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**:

bug