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 C1D0023B45 for ; Wed, 27 Feb 2019 06:09:35 -0500 (EST) 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 e8ShNMsQ-JjF for ; Wed, 27 Feb 2019 06:09:35 -0500 (EST) Received: from smtp16.mail.ru (smtp16.mail.ru [94.100.176.153]) (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 139112297D for ; Wed, 27 Feb 2019 06:09:34 -0500 (EST) Date: Wed, 27 Feb 2019 14:09:29 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v6 0/7] sql: set column types for EXPLAIN and PRAGMA Message-ID: <20190227110929.xxtqqrsnru3xdzih@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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: tarantool-patches@freelists.org Cc: v.shpilevoy@tarantool.org Hello, On 21 Feb 16:00, imeevma@tarantool.org wrote: > This patch-set defines the types for the result columns of EXPLAIN > and PRAGMA commands. In addition, it fixes some problems of the > PRAGMA commands that have something to do with their result. > > https://github.com/tarantool/tarantool/issues/3832 > https://github.com/tarantool/tarantool/tree/imeevma/gh-3832-no-column-types I've checked your patches into 2.1 branch. -- Regards, Kirill Yukhin