From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (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 F2B9143D678 for ; Wed, 16 Oct 2019 17:09:45 +0300 (MSK) References: <05d61e713763e45d0e1d59d8c71699f9820a42cc.1568639944.git.kshcherbatov@tarantool.org> <20190925155156.GA42042@tarantool.org> <20191015134931.GB88253@tarantool.org> From: Kirill Shcherbatov Message-ID: <007c1c05-0bc0-e643-b806-df811fa0342f@tarantool.org> Date: Wed, 16 Oct 2019 17:09:44 +0300 MIME-Version: 1.0 In-Reply-To: <20191015134931.GB88253@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [tarantool-patches] Re: [PATCH v1 2/3] sql: better LUA arguments conversion for UDFs List-Id: Tarantool development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@freelists.org, Nikita Pettik Cc: tarantool-patches@dev.tarantool.org >> Example: >> tarantool> box.execute("SELECT LUA('return nil') is NULL >> and LUA('return nil') is NULL") > > Two conditions are equal. I guess second one should be 'return box.NULL'. > The rest is OK. Right, fixed.