oceanbase/miniob

obclient supports inputting multiple lines

Open

#573 opened on Jun 13, 2025

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (1,622 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (4,387 stars)
PR merge metrics
 (PR metrics pending)

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