From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp51.i.mail.ru (smtp51.i.mail.ru [94.100.177.111]) (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 E4A88469719 for ; Wed, 12 Feb 2020 02:27:10 +0300 (MSK) References: <8e0dd524221265bfba1906e1bc6fb0608b1f0c45.1580841722.git.korablev@tarantool.org> <20200211141432.GA5708@tarantool.org> <7af1a58c-c315-7656-5930-ab1f33e19bfa@tarantool.org> <20200211232015.GC8095@tarantool.org> From: Vladislav Shpilevoy Message-ID: Date: Wed, 12 Feb 2020 00:27:09 +0100 MIME-Version: 1.0 In-Reply-To: <20200211232015.GC8095@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH 3/4] sql: fix CAST AS NUMBER operator List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikita Pettik Cc: tarantool-patches@dev.tarantool.org On 12/02/2020 00:20, Nikita Pettik wrote: > On 11 Feb 23:17, Vladislav Shpilevoy wrote: >> Hi! >> >> I've pushed my review fixes on top of this commit. See it in the >> end of the email, and on the branch. >> >> 3.2 and 3.13 still were the same, I dropped 3.13. > > Don't bother with such insignificant things, I am always ok with these fixes. > Just amend them and force push already squashed :) Ok, will take that into account next time > Ofc I've applied your fixes, thanks. The patchset LGTM then.