From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 14 Jun 2019 15:32:47 +0300 From: Mergen Imeev Subject: Re: [PATCH v1 0/2] netbox: define formats for tuple from netbox Message-ID: <20190614123246.GB3535@tarantool.org> References: <20190611085552.5rbkcb7m6s3td6f7@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190611085552.5rbkcb7m6s3td6f7@esperanza> To: Vladimir Davydov Cc: tarantool-patches@freelists.org List-ID: Hi! Thank you for review. I'm sorry, I haven't looked at my patch properly before sending it last time. https://github.com/tarantool/tarantool/issues/2978 https://github.com/tarantool/tarantool/tree/imeevma/gh-2978-formats-for-tuples-from-net-box On Tue, Jun 11, 2019 at 11:55:52AM +0300, Vladimir Davydov wrote: > On Mon, Jun 10, 2019 at 01:02:21PM +0300, imeevma@tarantool.org wrote: > > This patch defines field names for the tuples obtained through > > the netbox. > > Links to the branch and the ticket are missing. > > > > > Mergen Imeev (2): > > netbox: store method_encoder args in request > > netbox: define formats for tuple from netbox > > > > src/box/lua/net_box.c | 87 ++++++++++++++++- > > src/box/lua/net_box.lua | 232 +++++++++++++++++++++++++++++++++------------- > > test/box/access.result | 15 ++- > > test/box/access.test.lua | 9 +- > > test/box/net.box.result | 83 ++++++++++++++++- > > test/box/net.box.test.lua | 26 +++++- > > 6 files changed, 369 insertions(+), 83 deletions(-)