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

#29: Streamline the Ultet processing #41

Merged
merged 9 commits into from
Feb 17, 2024

Conversation

benedeki
Copy link
Collaborator

@benedeki benedeki commented Feb 16, 2024

The process is now:

  • initialization
  • source code analysis and creating the db app model
  • target database(s) analysis, and update of the DbAppModel with it.
  • DbItems (diffs) generation for each database and grouping them per transaction
  • SQLs generation from DbItems
  • execution/print of the SQLs

Other chances:

  • Using Balta for queries now
  • Multiple databases (in source only) support
  • Finished and refactored table diffing

Depends on #13

Partially solved for #8

Closes #29
Closes #12
Closes #6

@benedeki benedeki added the dependent The item depends on some other open item (Issue or PR) label Feb 16, 2024
Copy link

github-actions bot commented Feb 16, 2024

@benedeki benedeki removed the dependent The item depends on some other open item (Issue or PR) label Feb 16, 2024
@benedeki
Copy link
Collaborator Author

@benedeki benedeki closed this Feb 16, 2024
@benedeki benedeki reopened this Feb 17, 2024
@benedeki benedeki merged commit 4f0fb10 into master Feb 17, 2024
10 of 12 checks passed
@benedeki benedeki deleted the feature/29-streamline-the-ultet-processing branch February 23, 2024 13:22
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.

Streamline the Ultet processing Diff function for two tables Creation of the model of DBItems
1 participant