From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 27AAA24C55 for ; Tue, 30 Jul 2019 03:21:28 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nRnoM2Yma4zL for ; Tue, 30 Jul 2019 03:21:28 -0400 (EDT) Received: from smtp57.i.mail.ru (smtp57.i.mail.ru [217.69.128.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id DB59E23054 for ; Tue, 30 Jul 2019 03:21:27 -0400 (EDT) Date: Tue, 30 Jul 2019 10:21:25 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH 2/2] sql: rename REAL/FLOAT/DOUBLE types to NUMBER Message-ID: <20190730072125.GC7799@atlas> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: Nikita Pettik Cc: tarantool-patches@freelists.org * Nikita Pettik [19/07/30 09:41]: > Before this patch it was allowed to specify REAL/FLOAT/DOUBLE types > which matched with NUMBER NoSQL type in space format. However, NUMBER is > different from standard floating point types, since it is able to hold > integers in range [-2^63; 2^64-1] alongside with double precision > floating point values. Hence, to not confuse users it has been decided > to remove support of REAL/FLOAT/DOUBLE types from SQL grammar and use > instead original NUMBER type naming. This is a breaking change as some people are using 2.x. Says a lot about the maturity of 2.x, eh... LGTM. -- Konstantin Osipov, Moscow, Russia