commit | 8e56d22d7d9513f41ac65fc18ecd61e563a8bd2b | [log] [tgz] |
---|---|---|
author | Aster Zephyr <2046084122@qq.com> | Sun Jun 08 21:13:34 2025 +0800 |
committer | GitHub <noreply@github.com> | Sun Jun 08 21:13:34 2025 +0800 |
tree | 4abc21e0d923ea068644719b91c6fa0d5882637b | |
parent | 6ce61a6aea71be0490451dbecbf854d74ad0f5d1 [diff] |
bugfix: error image when use null value as image query condition in insert on duplicate #704 (#725) * bugfix #704 * bugfix #704 * bugfix704-2 * bugfix-test-2 * bugfix-test-2 * pr725 bugfix --------- Co-authored-by: JayLiu <38887641+luky116@users.noreply.github.com> Co-authored-by: FengZhang <zfcode@qq.com>
Apache Seata(incubating) is a very mature distributed transaction framework, and is the de facto standard platform for distributed transaction technology in the Java field. Seata-go is the implementation version of go language in Seata multilingual ecosystem, which realizes the interoperability between Java and Go, so that Go developers can also use seata-go to realize distributed transactions. Please visit the official website of Seata to view the quick start and documentation.
The principle of seata-go is consistent with that of Seata-java, which is composed of TM, RM and TC. The functions of TC reuse Java, and the functions of TM and RM will be aligned with Seata-java later. The overall process is as follows:
if you want to know how to use and integrate seata-go, please refer to apache/seata-go-samples
Seata-go is currently in the construction stage. Welcome colleagues in the industry to join the group and work with us to promote the construction of seata-go! If you want to contribute code to seata-go, you can refer to the code contribution Specification document to understand the specifications of the community, or you can join our community DingTalk group: 33069364 and communicate together!
Seata-go uses Apache license version 2.0. Please refer to the license file for more information.