Dolt shell expects more input after empty line whereas MySQL shell returns nothing
Open
cli
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 121
Description
MySQL
```
mysql>
mysql>
```
Dolt
```
tmp/main*>
->
```
Behavior is the same when the line contains only whitespaces (MySQL also expects more input)
Contributor guide
No contributing guide indexed for this repository
Research direction
No file or test is named. Start by locating the Dolt shell's input handling for blank lines and compare it with the shown MySQL behavior. Done means an empty line returns no continuation prompt, while whitespace-only input still requests more input; add or update a regression test for both cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, mysql
- Domain
- cli, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100