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 520E121857 for ; Fri, 20 Apr 2018 02:49:35 -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 b9FYmaBOOTCx for ; Fri, 20 Apr 2018 02:49:35 -0400 (EDT) Received: from smtp61.i.mail.ru (smtp61.i.mail.ru [217.69.128.41]) (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 8450821855 for ; Fri, 20 Apr 2018 02:49:34 -0400 (EDT) Date: Fri, 20 Apr 2018 08:16:09 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 1/1] console: on '\set delimiter' return default delimiter Message-ID: <20180420051609.loq74yg6xbe3uis5@tarantool.org> References: <9afa5b594967ecf64782cb75ead2cdd29f9db59e.1524152703.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9afa5b594967ecf64782cb75ead2cdd29f9db59e.1524152703.git.v.shpilevoy@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 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? -- Regards, Kirill Yukhin