Hi, I've hit an issue with multiple line command.

Used SW:

   - sqlite3 3.11.0
   - bash 4.3-14
   - gnome-terminal 3.18.3
   - Ubuntu 16.04

Steps to reproduce:

   - Copy these two lines into clipboard:

SELECT REPLACE(ingredients,'enriched_','') as item_ingredients
FROM baked_goods;

   - Paste it to sqlite shell and press ENTER
   - Press the key UpArrow
   - See what you get

Expected result:
----
SELECT REPLACE(ingredients,'enriched_','') as item_ingredients
FROM baked_goods;

Actual result:
----
FROM baked_goods;

Note: It works well in MariaDB shell, in the same terminal

Regards

Jaromir Obr

Reply via email to