From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp39.i.mail.ru (smtp39.i.mail.ru [94.100.177.99]) (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 6A27B46970E for ; Tue, 31 Dec 2019 11:56:09 +0300 (MSK) Date: Tue, 31 Dec 2019 10:56:07 +0200 From: Nikita Pettik Message-ID: <20191231085607.GB30188@tarantool.org> References: <55e18164c96a568a757423df813dc4e73f45b1c9.1577782147.git.imeevma@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <55e18164c96a568a757423df813dc4e73f45b1c9.1577782147.git.imeevma@gmail.com> Subject: Re: [Tarantool-patches] [PATCH v2 1/1] sql: make NUMBER to be union of SQL numeric types 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:50, imeevma@tarantool.org wrote: > This patch makes number to be union of UNSIGNED, INTEGER and > DOUBLE numeric types. > > Closes #4233 > Closes #4463 Please, explain in details changes in explicit/implicit casts behaviour. > ---