Support committing a single SQL statement request
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 120
Description
I mean Execute an SQL statement and immediately synchronize commit it.
And only commit the modifications caused by this single SQL statement instead of committing the entire table.
for instance:
maybe like this
mysql>call dolt_execute_and_commit('-m','info','-sql','update *')
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by clarifying whether the request is for a new dolt_execute_and_commit operation or changes to an existing SQL execution path. Define how one SQL statement is identified, how its modifications are isolated from the rest of the table, and what the expected commit message and synchronization behavior are; the issue currently names no files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, mysql, sql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100