From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 6B656469719 for ; Wed, 12 Feb 2020 17:10:44 +0300 (MSK) Date: Wed, 12 Feb 2020 17:10:42 +0300 From: Nikita Pettik Message-ID: <20200212141042.GD8095@tarantool.org> References: <8e0dd524221265bfba1906e1bc6fb0608b1f0c45.1580841722.git.korablev@tarantool.org> <20200211141432.GA5708@tarantool.org> <7af1a58c-c315-7656-5930-ab1f33e19bfa@tarantool.org> <20200211232015.GC8095@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org On 12 Feb 00:27, Vladislav Shpilevoy wrote: > 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. Pushed to master only. Milestone for this issue is 2.2.3, but 2.2 lacks DOUBLE type, so patches can't be applied. I did not push to 2.3 since I don't consider this issue to be a bug, but rather behaviour change in type system. However, if somebody insists on adding this change to 2.3 then I won't mind.