tursodatabase / libsql-shell-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Messy history with multi-line commands

luisfvieirasilva opened this issue · comments

Our history considers each line as an entry, while it should consider each command as one entry

On the image below, we enter "select<ENTER>1;<ENTER>" and then <ARROW UP> to see the last command. We expected the entire command, not only 1;

image

Another problem with multiline sql is, it is not possible to edit any lines other than the last once entered