obclient supports inputting multiple lines
Open
Nobody has claimed this yet.
enhancement
good first issue
help wanted
- Dominant language
- C++
- Stars
- 4.4k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
Enhancement
current:
miniob > create table t(
SQL_SYNTAX > Failed to parse sql
expected:
mysql> create table t(
-> a int,
-> b int);
Query OK, 0 rows affected (0.02 sec)
Contributor guide
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
Start at the obclient input loop and trace how a newline is passed to SQL parsing. Compare the current and expected multiline prompts shown in the issue, then run the client with a multiline CREATE TABLE statement. Done means the statement is accepted across lines and produces the expected result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100