On 3/11/17, James K. Lowden <jklow...@schemamania.org> wrote:
> On Sat, 11 Mar 2017 08:50:49 -0500
> Richard Hipp <d...@sqlite.org> wrote:
>
>> The SQLite CLI could be improved to be cleaner about this, but it
>> depends on external utilities such as readline() or linenoise()
>
> Could you expand on that a bit, please?

Readline() strips \n and \r from the end of each input line, does it
not?  How is SQLite suppose to know if it was just a \n that was
stripped or both a \n and a \r?
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to