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 EC6AC26885 for ; Fri, 29 Jun 2018 09:15:29 -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 OFDi-Uc9TC0R for ; Fri, 29 Jun 2018 09:15:29 -0400 (EDT) Received: from smtp57.i.mail.ru (smtp57.i.mail.ru [217.69.128.37]) (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 A4AAD26884 for ; Fri, 29 Jun 2018 09:15:29 -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: Date: Fri, 29 Jun 2018 16:15:26 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: References: <7815ec2cb5cfb0d837478cff88fe4ba95503e8d7.1530113937.git.kshcherbatov@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 > + > +test:do_catchsql_test( > + "subselect-5.2", > + [[ > + SELECT b from t5 WHERE a =3D (SELECT a FROM t5 WHERE b=3D6); Please, use upper-case for all SQL keywords (here and in other SQL tests = you modified).=