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

refactor:remove repeated build beforeImage and afterImage in undo/bui… #784

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ForestLH
Copy link

@ForestLH ForestLH commented Mar 3, 2025

What this PR does:
refactor the architecture of build beforeImage and afterImage.

  • remove repeated build beforeImage and afterImage in undo/builder package
  • add an abstract interface for build beforeImage and afterImage, in this way, databases can implement this interface, like MySQL, PostgreSQL..
    Which issue(s) this PR fixes:

Fixes #751

@github-actions github-actions bot added the coding label Mar 3, 2025
@ForestLH ForestLH marked this pull request as draft March 3, 2025 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor the implementation of the beforeImage and afterImage in the undo log
1 participant