From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp40.i.mail.ru (smtp40.i.mail.ru [94.100.177.100]) (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 C83D8430407 for ; Fri, 21 Aug 2020 11:59:04 +0300 (MSK) Date: Fri, 21 Aug 2020 08:59:03 +0000 From: Nikita Pettik Message-ID: <20200821085903.GB6452@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 v1 1/2] sql: remove implicit cast in arithmetic operations 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 21 Aug 11:40, imeevma@tarantool.org wrote: > This patch removes the implicit conversion from STRING to NUMBER from > arithmetic operations. However, INTEGER can still be implicitly > converted to DOUBLE if the second operand is of type DOUBLE. > > Follow-up #3809 LGTM