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 B6FC52CCE0 for ; Mon, 19 Nov 2018 08:48:04 -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 Iahwqp4mYr4d for ; Mon, 19 Nov 2018 08:48:04 -0500 (EST) Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (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 6C7F42CC6A for ; Mon, 19 Nov 2018 08:48:04 -0500 (EST) Subject: [tarantool-patches] Re: [PATCH v1 06/10] sql: SELECT from system spaces returns unpacked msgpack. References: <673a50e14f0633075a5869580f4a9559d1b877c7.1542460773.git.imeevma@gmail.com> From: Vladislav Shpilevoy Message-ID: <0ad5f983-c453-6589-0cbd-67132bb48e05@tarantool.org> Date: Mon, 19 Nov 2018 16:48:01 +0300 MIME-Version: 1.0 In-Reply-To: <673a50e14f0633075a5869580f4a9559d1b877c7.1542460773.git.imeevma@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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: imeevma@tarantool.org, tarantool-patches@freelists.org Thanks for the patch! I have moved it into new patchset to make review easier. On 17/11/2018 17:04, imeevma@tarantool.org wrote: > SELECT executed through net.box returns unpacked msgpask. Fixed in > this patch. > > Needed for #3505 > --- > src/box/execute.c | 22 +++++++++++++++------- > test/sql/iproto.result | 9 +++++++++ > test/sql/iproto.test.lua | 4 ++++ > 3 files changed, 28 insertions(+), 7 deletions(-) >