From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 11 Jun 2019 11:55:52 +0300 From: Vladimir Davydov Subject: Re: [PATCH v1 0/2] netbox: define formats for tuple from netbox Message-ID: <20190611085552.5rbkcb7m6s3td6f7@esperanza> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: imeevma@tarantool.org Cc: tarantool-patches@freelists.org List-ID: 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(-)