-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TAC模式下,实现读已提交的隔离级别,并在 hmily-demo-tac-dubbo 模块增加对应测试案例 #356
Conversation
…新增 HmilySelectSQLComputeEngine 类,用来执行 SELECT SQL, 查询对应记录的主键,用于获取全局锁。
/** | ||
* Generate snapshot images. | ||
* | ||
* @param sql the sql | ||
* @param sql the sql |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
多余的空格
/** | ||
* Execute query. | ||
* | ||
* @param connection connection | ||
* @param sql sql | ||
* @param sql sql |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
多余的空格
代码质量很高,checkstyle简单改改,就可以合了 |
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #356 +/- ##
=======================================
Coverage 0.00% 0.00%
=======================================
Files 435 442 +7
Lines 8455 8621 +166
Branches 1382 1417 +35
=======================================
- Misses 8455 8621 +166
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
* 在 HmilyExecuteTemplate 中, 增加对 SELECT SQL 的处理, 返回对应的 SelectStatement; 新增 HmilySelectSQLComputeEngine 类,用来执行 SELECT SQL, 查询对应记录的主键,用于获取全局锁。 * 在 hmily-demo-tac-dubbo 模块增加读已提交隔离级别的的测试案例 * checkstyle后, 代码格式简单调整
* 在 HmilyExecuteTemplate 中, 增加对 SELECT SQL 的处理, 返回对应的 SelectStatement; 新增 HmilySelectSQLComputeEngine 类,用来执行 SELECT SQL, 查询对应记录的主键,用于获取全局锁。 * 在 hmily-demo-tac-dubbo 模块增加读已提交隔离级别的的测试案例 * checkstyle后, 代码格式简单调整
Make sure that:
mvn clean install -Dmaven.javadoc.skip=true
.for issue #355