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 D8F9C1FBFE for ; Sat, 21 Apr 2018 04:31:26 -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 HxSzC8pCqtX7 for ; Sat, 21 Apr 2018 04:31:26 -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 E002D223EC for ; Sat, 21 Apr 2018 04:23:16 -0400 (EDT) Date: Sat, 21 Apr 2018 11:23:10 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 1/1] console: on '\set delimiter' return default delimiter Message-ID: <20180421082310.dryebmqi3srdi42c@tarantool.org> References: <9afa5b594967ecf64782cb75ead2cdd29f9db59e.1524152703.git.v.shpilevoy@tarantool.org> <20180420051609.loq74yg6xbe3uis5@tarantool.org> <8c2204b2-a801-2c1c-c75f-22f4142ad19e@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8c2204b2-a801-2c1c-c75f-22f4142ad19e@tarantool.org> 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: Vladislav Shpilevoy Cc: tarantool-patches@freelists.org Hello Vlad, On 20 апр 11:41, Vladislav Shpilevoy wrote: > 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. Okay then. I've committed your patch to 2.1 branch > > > > > -- Regards, Kirill Yukhin > > -- Regards, Kirill Yukhin