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 ABB8829913 for ; Tue, 2 Apr 2019 12:54:10 -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 kDwWUfjwqcHu for ; Tue, 2 Apr 2019 12:54:10 -0400 (EDT) Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (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 CF50929907 for ; Tue, 2 Apr 2019 12:54:09 -0400 (EDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: [tarantool-patches] Re: [PATCH v2 00/15] sql: support -2^63 .. 2^64-1 integer type From: "n.pettik" In-Reply-To: Date: Tue, 2 Apr 2019 19:54:07 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: References: 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: tarantool-patches@freelists.org Cc: szudin@tarantool.org > On 1 Apr 2019, at 23:44, Stanislav Zudin wrote: >=20 > The patch enables support of big integers in the range [2^63, 2^64-1]. > Conversion functions use return value to inform about value > they return - signed integer in the range [-2^63,2^63-1] or=20 > unsigned integer in the range [2^63, 2^64 -1]. > The changes affect sql processing, VDBE, arithmetic functions and > aggregate functions. >=20 > The second version includes the following: > - New tests > - VDBE treats unsigned as a separate type. > - Refactored mapping vdbe data types to sql types > - Fixed bugs in the previous commits > - The type conversion supports unsigned integers >=20 > Issue: https://github.com/tarantool/tarantool/issues/3810 > Branch: = https://github.com/tarantool/tarantool/tree/stanztt/gh-3810-sql-uint64-sup= port >=20 > Stanislav Zudin (15): > sql: Convert big integers from string > sql: make VDBE recognize big integers > sql: removes unused function. > sql: support big integers within sql binding > sql: removes redundant function. > sql: arithmetic functions support big integers > sql: aggregate sql functions support big int > sql: fixes errors > sql: support -2^63 .. 2^64-1 integer type > sql: support -2^63 .. 2^64-1 integer type > sql: support -2^63 .. 2^64-1 integer type > sql: support -2^63 .. 2^64-1 integer type > sql: support -2^63 .. 2^64-1 integer type > sql: support -2^63 .. 2^64-1 integer type > sql: support -2^63 .. 2^64-1 integer type Could you please organise your patch-set? Squash review fixes, squash tests with corresponding patches, squash similar changes etc. Now I simply can=E2=80=99t navigate through these patches=E2=80=A6