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 2EACD2B861 for ; Thu, 25 Apr 2019 04:46:17 -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 jz79kBZBJ3AD for ; Thu, 25 Apr 2019 04:46:17 -0400 (EDT) Received: from smtp61.i.mail.ru (smtp61.i.mail.ru [217.69.128.41]) (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 DCA262B855 for ; Thu, 25 Apr 2019 04:46:16 -0400 (EDT) Date: Thu, 25 Apr 2019 11:46:13 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 0/9] Introduce type BOOLEAN in SQL Message-ID: <20190425084613.fafo3vjw4hnzn7ei@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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: tarantool-patches@freelists.org Cc: v.shpilevoy@tarantool.org, kostja@tarantool.org, Nikita Pettik Hello, On 14 Apr 18:03, Nikita Pettik wrote: > Branch: https://github.com/tarantool/tarantool/tree/np/gh-3648-sql-introduce-bool > Issue: https://github.com/tarantool/tarantool/issues/3648 > Issue: https://github.com/tarantool/tarantool/issues/3723 > > This patch-set makes type BOOLEAN available in SQL. > It consists of two main parts: first one itroduces basic boolean > capabilities like new literals, column type, insert/select etc; > second one makes predicates and search condition used in WHERE > and JOIN clauses accept and return boolean values. > > For ANSI compliance see thread in @dev with subject "[dev] Boolean type in SQL" I've checked the patchset into master branch. -- Regards, Kirill Yukhin