allow to rollback a transaction gracefully
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 8.7k
- Forks
- 374
- Avg merge
- 11d 16h
- Merged PRs (30d)
- 1
Description
Currently, there's no way to roll back a transaction without throwing an exception inside of it.
I was hoping for something like sql.rollback()
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests. Start by locating the transaction entry point and the current exception-based rollback behavior, then clarify the intended rollback API and its transaction-state semantics. Add transaction tests that verify graceful rollback without throwing and confirm the expected behavior afterward.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, postgresql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100