From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp34.i.mail.ru (smtp34.i.mail.ru [94.100.177.94]) (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 8ACB4445320 for ; Thu, 16 Jul 2020 20:09:28 +0300 (MSK) Date: Thu, 16 Jul 2020 17:09:27 +0000 From: Nikita Pettik Message-ID: <20200716170927.GF433@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v6 08/22] sql: check args of lower() and upper() List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: imeevma@tarantool.org Cc: tarantool-patches@dev.tarantool.org On 16 Jul 17:46, imeevma@tarantool.org wrote: > After this patch, the argument types of the lower() and upper() > functions will be checked properly. > > Part of #4159 > --- > src/box/sql/func.c | 15 +++--- > test/sql-tap/cse.test.lua | 8 +-- > test/sql-tap/func.test.lua | 8 +-- > test/sql-tap/func5.test.lua | 100 +++++++++++++++++++++++++++++++++++- > test/sql/boolean.result | 20 ++------ > test/sql/types.result | 38 ++++---------- > 6 files changed, 127 insertions(+), 62 deletions(-) > LGTM