From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 dev.tarantool.org (Postfix) with ESMTPS id D131C469719 for ; Mon, 5 Oct 2020 19:36:09 +0300 (MSK) From: Aleksandr Lyapunov Date: Mon, 5 Oct 2020 19:36:07 +0300 Message-Id: <1601915768-1434-1-git-send-email-alyapunov@tarantool.org> Subject: [Tarantool-patches] [PATCH v2] Intorduce fselect - formatted select List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org Cc: alexander.turenko@tarantool.org v2 changes: - several options added - autodetect of screen with - better comments and commit message https://github.com/tarantool/tarantool/tree/alyapunov/gh-5161-fselect https://github.com/tarantool/tarantool/issues/5161 Aleksandr Lyapunov (1): Introduce fselect - formatted select src/box/lua/schema.lua | 232 ++++++++++++++++++++++++++++++++++++++++++ test/engine/select.result | 243 ++++++++++++++++++++++++++++++++++++++++++++ test/engine/select.test.lua | 37 +++++++ 3 files changed, 512 insertions(+) -- 2.7.4