Skip to content
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

基于undo日志实现delete,insert语句的自动revert #352

Merged
merged 2 commits into from
Jul 6, 2023

Conversation

zkyoma
Copy link
Contributor

@zkyoma zkyoma commented Jun 29, 2023

Make sure that:

  • You have read the contribution guidelines.
  • You submit test cases (unit or integration tests) that back your changes.
  • Your local test passed mvn clean install -Dmaven.javadoc.skip=true.

for #350

@zkyoma zkyoma closed this Jul 4, 2023
@zkyoma zkyoma reopened this Jul 4, 2023
@cherrylzhao
Copy link
Contributor

nice job

@codecov-commenter
Copy link

Codecov Report

Merging #352 (03c2d0f) into master (d75f07e) will not change coverage.
The diff coverage is 0.00%.

❗ 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    #352   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files         435     435           
  Lines        8424    8430    +6     
  Branches     1377    1377           
======================================
- Misses       8424    8430    +6     
Impacted Files Coverage Δ
...qlrevert/core/image/impl/DeleteSQLImageMapper.java 0.00% <0.00%> (ø)
...qlrevert/core/image/impl/InsertSQLImageMapper.java 0.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cherrylzhao cherrylzhao merged commit d92359f into dromara:master Jul 6, 2023
@zkyoma zkyoma deleted the 350 branch July 7, 2023 02:03
cherrylzhao pushed a commit that referenced this pull request Oct 24, 2023
* 基于undo日志实现delete,insert语句的自动revert

* 增加 InsertSQLImageMapper 和 DeleteSQLImageMapper 的测试用例
cherrylzhao pushed a commit that referenced this pull request Oct 24, 2023
* 基于undo日志实现delete,insert语句的自动revert

* 增加 InsertSQLImageMapper 和 DeleteSQLImageMapper 的测试用例
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants