From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp44.i.mail.ru (smtp44.i.mail.ru [94.100.177.104]) (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 6C5494765E0 for ; Wed, 23 Dec 2020 20:07:10 +0300 (MSK) Date: Wed, 23 Dec 2020 17:07:09 +0000 From: Nikita Pettik Message-ID: <20201223170709.GA6471@tarantool.org> References: <20201223105822.4748-1-korablev@tarantool.org> <6e60cc40-cafe-429d-dc20-878dd0123dfd@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <6e60cc40-cafe-429d-dc20-878dd0123dfd@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] sql: fix return value type of ifnull built-in List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org On 23 Dec 16:02, Vladislav Shpilevoy wrote: > Hi! Thanks for the patch! > > LGTM. Pushed to master, 2.6 and 2.5; changelogs are updated correspondingly; branch is dropped.