[sqlite] Multiple line command pasted to shell is split in history

2016-05-21 Thread Niall O'Reilly
On 20 May 2016, at 17:35, Jaromir Obr wrote: > 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 Either way has its advantages.

[sqlite] Multiple line command pasted to shell is split in history

2016-05-20 Thread Jaromir Obr
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; - Past