From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp58.i.mail.ru (smtp58.i.mail.ru [217.69.128.38]) (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 25464469710 for ; Sun, 3 May 2020 20:17:52 +0300 (MSK) References: <20200422100303.GA29050@tarantool.org> <89021f4c-beb3-e23b-038d-ad41f017e94e@tarantool.org> <20200430102254.GA9673@tarantool.org> From: Vladislav Shpilevoy Message-ID: <4512f413-f86a-fa1f-7c07-7b37eddd830e@tarantool.org> Date: Sun, 3 May 2020 19:17:50 +0200 MIME-Version: 1.0 In-Reply-To: <20200430102254.GA9673@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v1 2/2] sql: fix comparison in IN with subselect List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mergen Imeev Cc: tarantool-patches@dev.tarantool.org Thanks for the patch! Why does this commit only make compile-time checks, and the previous commit generates runtime OP_ApplyType?