Skip to content

fix: make SQL mutations atomic and durable - #72

Merged
j6k4m8 merged 3 commits into
masterfrom
fix/sql-transactions-70
Jul 24, 2026
Merged

fix: make SQL mutations atomic and durable#72
j6k4m8 merged 3 commits into
masterfrom
fix/sql-transactions-70

Conversation

@j6k4m8

@j6k4m8 j6k4m8 commented Jul 24, 2026

Copy link
Copy Markdown
Member

Summary

  • commit public SQL mutation methods automatically
  • roll back failed mutations instead of leaving partial state
  • keep multi-step node and edge changes in one transaction
  • isolate duplicate-edge insert failures with a savepoint before metadata updates
  • preserve explicit commit calls for compatibility
  • cover reopen persistence, edge updates, removals, and rollback behavior

@codspeed-hq

codspeed-hq Bot commented Jul 24, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 8 untouched benchmarks


Comparing fix/sql-transactions-70 (309996d) with master (a2b963f)

Open in CodSpeed

@j6k4m8
j6k4m8 merged commit c102c1b into master Jul 24, 2026
7 checks passed
@j6k4m8
j6k4m8 deleted the fix/sql-transactions-70 branch July 24, 2026 20:54
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.

1 participant