Skip to content

Make transaction manager store multiple transactions - #98

Merged
writemorecode merged 1 commit into
mainfrom
feat/multiple_active_txns
Aug 28, 2026
Merged

Make transaction manager store multiple transactions#98
writemorecode merged 1 commit into
mainfrom
feat/multiple_active_txns

Conversation

@writemorecode

Copy link
Copy Markdown
Owner

The single Option<ActiveTransaction> field is now a HashMap<TxnId, ActiveTransaction>.
Database is still strictly sequential.

@writemorecode
writemorecode requested a lite review from Copilot August 28, 2026 09:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@writemorecode
writemorecode merged commit 51046fd into main Aug 28, 2026
1 check passed
@writemorecode
writemorecode deleted the feat/multiple_active_txns branch August 28, 2026 09:44
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.

2 participants