HarperFast / HarperFast/harper
SQL update/delete: wrap reads in a single transaction with writes
Open
area:sql
enhancement
from-jira
- Dominant language
- JavaScript
- Stars
- 89
- Forks
- 10
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 200
Description
SQL UPDATE and DELETE operations need to read records before modifying them. Ensure reads and writes happen within the same transaction to prevent phantoms and ensure correctness.
🤖 Filed by Claude on behalf of Kris.
Contributor guide
Assessment
This issue has not been assessed yet.