Add option to disable specific dialogue error
Open
- Dominant language
- Python
- Stars
- 485
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
There's an error that is posted:
```
Could not save changes
The query did not affect the expected number of rows. The transaction will be rolled back.
```
This is unnecessary and annoying for Postgres users who have implemented a soft delete trigger that doesn't actually delete the row.
Contributor guide
No contributing guide indexed for this repository
Research direction
No file, test, or entry point is named. Trace the dialogue that emits the exact error text and inspect how the Postgres row-count condition is handled. Done means users can disable this specific error for the described soft-delete trigger case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgres, python
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100