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

Added support for saving multiple aggregates at once #19

Merged
merged 10 commits into from
May 29, 2024

Conversation

SegoMarko
Copy link
Contributor

Added support for saving multiple aggregates at once. Multiple aggregates of different types or same type can be saved at once within a transaction. If implicit transaction doesn't exist it will be created. Another route to implement this would be to skip creating implicit transaction and instead implement new functionality in Tacta.Connection project to support creating a transaction if one isn't provided from Tacta.Connection.ITransactionStore.

Copy link
Contributor

@bolicd bolicd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems fine. Code is clear and readable. transaction isolation level is ok.

Marko Sego added 2 commits February 14, 2024 08:28
# Conflicts:
#	Tacta.EventStore/Domain/IDomainEvent.cs
#	Tacta.EventStore/Tacta.EventStore.csproj
@SegoMarko SegoMarko merged commit 2ff5084 into main May 29, 2024
2 checks passed
@SegoMarko SegoMarko deleted the feature/ES-3-saving-multiple-aggregates branch May 29, 2024 10:18
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.

4 participants