oceanbase/miniob

obclient supports inputting multiple lines

Open

#573 aperta il 13 giu 2025

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)C++ (1622 fork)auto 404
enhancementgood first issuehelp wanted

Metriche repository

Star
 (4387 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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)

Guida contributor