tursodatabase / libsql-shell-go

7 stars 7 forks source link

Messy history with multi-line commands #121

Open luisfvieirasilva opened 1 year ago

luisfvieirasilva commented 1 year ago

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

avinassh commented 1 year ago

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