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 AC7CE21E4A for ; Mon, 2 Jul 2018 04:45:50 -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 L_y31z2myKx1 for ; Mon, 2 Jul 2018 04:45:50 -0400 (EDT) Received: from smtp17.mail.ru (smtp17.mail.ru [94.100.176.154]) (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 2D71F21A8A for ; Mon, 2 Jul 2018 04:45:50 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: [tarantool-patches] Re: [PATCH v2 1/1] sql: disallow returning many rows from subselect From: "n.pettik" In-Reply-To: <80d9fc88-3030-764b-55f2-86d6e5e33f03@tarantool.org> Date: Mon, 2 Jul 2018 11:45:45 +0300 Content-Transfer-Encoding: 7bit Message-Id: <411BF67B-D49B-468C-80EF-AF31D520F0DF@tarantool.org> References: <7815ec2cb5cfb0d837478cff88fe4ba95503e8d7.1530113937.git.kshcherbatov@tarantool.org> <80d9fc88-3030-764b-55f2-86d6e5e33f03@tarantool.org> 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 Cc: Kirill Shcherbatov , Vladislav Shpilevoy Thanks, now LGTM. Vlad, could you please take a look?