From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp36.i.mail.ru (smtp36.i.mail.ru [94.100.177.96]) (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 5A70946970E for ; Tue, 31 Dec 2019 11:52:48 +0300 (MSK) Date: Tue, 31 Dec 2019 10:52:46 +0200 From: Nikita Pettik Message-ID: <20191231085246.GA30188@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 1/1] sql: fix typeof() for double values 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 31 Dec 11:47, imeevma@tarantool.org wrote: > This patch corrects the result of typeof() for double values. > Previously, it gave the type "number" in the case of a > floating-point number. Now it gives "double". > > Follow-up #3812 > --- LGTM