From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: imeevma@tarantool.org Subject: [PATCH v1 0/2] netbox: define formats for tuple from netbox Date: Mon, 10 Jun 2019 13:02:21 +0300 Message-Id: To: vdavydov.dev@gmail.com Cc: tarantool-patches@freelists.org List-ID: This patch defines field names for the tuples obtained through the netbox. 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(-) -- 2.7.4