incubator-seata
incubator-seata copied to clipboard
:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
## Why you need it? ToG项目上第三方数据库管理方鉴于安全管理考虑,禁止使用pgsql的public模式,但是服务端的undo_log必须使用public模式下的自增序列 private static final String INSERT_UNDO_LOG_SQL = "INSERT INTO " + UNDO_LOG_TABLE_NAME + " (" + ClientTableColumnsName.UNDO_LOG_ID + "," + ClientTableColumnsName.UNDO_LOG_BRANCH_XID + ", " +...
## Why you need it? Is your feature request related to a problem? Please describe in details The test case coverage of [core] module is 39.16%, We need to go...
## Why you need it? Is your feature request related to a problem? Please describe in details The test case coverage of [discovery] module is 31.23%, We need to go...
## Why you need it? Is your feature request related to a problem? Please describe in details The test case coverage of [spring] module is 18.41%, We need to go...
## Why you need it? Is your feature request related to a problem? Please describe in details The test case coverage of [seata-spring-boot-starter] module is 0%, We need to go...
## Why you need it? Is your feature request related to a problem? Please describe in details The test case coverage of [rocketmq] module is 30.61%, We need to go...
## Why you need it? Is your feature request related to a problem? Please describe in details The test case coverage of [integration-tx-api] module is 18.33%, We need to go...
## Why you need it? Is your feature request related to a problem? Please describe in details The test case coverage of [sqlparser] module is 44.68%, We need to go...
## Why you need it? Is your feature request related to a problem? Please describe in details The test case coverage of [saga] module is 33.96%, We need to go...
- [ ] I have registered the PR [changes](../changes). ### Ⅰ. Describe what this PR did ### Ⅱ. Does this pull request fix one issue? fixes #6478 ### Ⅲ. Why...