Copy special using UPDATE statements
Open
- Dominant language
- Python
- Stars
- 485
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Currently one can only "copy special" rows using INSERT statements, but it would be very useful if you could copy them as UPDATE statements.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names the existing “Copy Special” flow, which currently produces INSERT statements. Start by locating that flow and tracing how selected rows are converted into SQL. Done means the same operation can produce equivalent UPDATE statements, with coverage for the new output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100