From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 1235B21912 for ; Fri, 20 Apr 2018 04:42:04 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Uy5jfMAlnivW for ; Fri, 20 Apr 2018 04:42:04 -0400 (EDT) Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 4BFCA21911 for ; Fri, 20 Apr 2018 04:42:02 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH 1/1] console: on '\set delimiter' return default delimiter References: <9afa5b594967ecf64782cb75ead2cdd29f9db59e.1524152703.git.v.shpilevoy@tarantool.org> <20180420051609.loq74yg6xbe3uis5@tarantool.org> From: Vladislav Shpilevoy Message-ID: <8c2204b2-a801-2c1c-c75f-22f4142ad19e@tarantool.org> Date: Fri, 20 Apr 2018 11:41:57 +0300 MIME-Version: 1.0 In-Reply-To: <20180420051609.loq74yg6xbe3uis5@tarantool.org> Content-Type: text/plain; charset="utf-8"; format="flowed" Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: Kirill Yukhin Cc: tarantool-patches@freelists.org On 20/04/2018 08:16, Kirill Yukhin wrote: > Hello Vlad, > On 19 апр 18:46, Vladislav Shpilevoy wrote: >> When a user changes delimiter, he can not return to a >> default one using '\set delimiter' - it is fixed here. >> >> Closed #3359 > > Is it possible to add a regression test? I tried, and unfortunately it works in interactive console only, on that a test can not be written. In remote console delimiter can not be changed. > > -- Regards, Kirill Yukhin >