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 82DB6294A9 for ; Mon, 27 Aug 2018 03:37:08 -0400 (EDT) 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 2BcJMWCuirb5 for ; Mon, 27 Aug 2018 03:37:08 -0400 (EDT) Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 40877276CC for ; Mon, 27 Aug 2018 03:37:08 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v2 5/5] box: specify indexes in user-friendly form References: <85e01e1462538960a3d14276c6cdb1ebbccad43f.1534332920.git.kshcherbatov@tarantool.org> <3b72613d-51ba-0494-757d-bfb44fd87997@tarantool.org> From: Kirill Shcherbatov Message-ID: <9ef1cc18-3cfa-36a3-e121-590809389f22@tarantool.org> Date: Mon, 27 Aug 2018 10:37:05 +0300 MIME-Version: 1.0 In-Reply-To: <3b72613d-51ba-0494-757d-bfb44fd87997@tarantool.org> Content-Type: text/plain; charset=utf-8 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: tarantool-patches@freelists.org, Vladislav Shpilevoy > 1. Please, write comments. > 2. Start a sentence with a capital letter and finish > with the dot. > 3. Please, move this routes to C and use tuple_dictionary + > json path parser. Moved to C.