From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp47.i.mail.ru (smtp47.i.mail.ru [94.100.177.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 1DC6041C5DB for ; Tue, 16 Jun 2020 01:18:53 +0300 (MSK) References: <20200611151853.24398-1-roman.habibov@tarantool.org> <20200611151853.24398-3-roman.habibov@tarantool.org> From: Vladislav Shpilevoy Message-ID: Date: Tue, 16 Jun 2020 00:18:52 +0200 MIME-Version: 1.0 In-Reply-To: <20200611151853.24398-3-roman.habibov@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v3 2/2] sql: print span more properly List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Roman Khabibov , tarantool-patches@dev.tarantool.org Thanks for the patch! On 11/06/2020 17:18, Roman Khabibov wrote: > There were several cases where instead of the correct column > span, the column name was printed. Fix this bug. > > Follow up #3962 This is rather a follow up for 4407. Because the bug was introduced here: https://github.com/tarantool/tarantool/commit/f89d65652c3003dd62c18a88b73a8ebbae50aab0#diff-6b3f29fe63589aaefab6b4beb6cb572e It is not related to auto columns.