From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 A2FA143D679 for ; Thu, 31 Oct 2019 02:28:34 +0300 (MSK) Date: Thu, 31 Oct 2019 02:28:32 +0300 From: Nikita Pettik Message-ID: <20191030232832.GA77516@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 0/3] Booleans and lower vs upper List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@freelists.org, tarantool-patches@dev.tarantool.org On 27 Oct 22:35, Vladislav Shpilevoy wrote: > The patchset contains 3 independent commits fixing some minor > things in SQL. > > The commit messages below speak for themselves, everything is > trivial. Pushed first and second patches. I will push the last one at the end of week if Kirill doesn't look at it earlier. > This patchset is mostly about problems mentioned in #4462, but > does not close it. Because I don't know to fix the last problem > yet, and don't know whether I will do it. > > Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-4462-sql-boolean-bugs > Issue: https://github.com/tarantool/tarantool/issues/4462 >