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 C358E24B7E for ; Thu, 12 Sep 2019 01:13:02 -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 uvf_qt1c_0SC for ; Thu, 12 Sep 2019 01:13:02 -0400 (EDT) Received: from smtp38.i.mail.ru (smtp38.i.mail.ru [94.100.177.98]) (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 8003824B7C for ; Thu, 12 Sep 2019 01:13:00 -0400 (EDT) Date: Thu, 12 Sep 2019 08:12:58 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v1 1/1] sql: test suite for BOOLEAN Message-ID: <20190912051258.vt5nhxlzdmafclge@tarantool.org> References: <2ecdecf63e68a73815c48d9ff369cbd129ad28d6.1563198457.git.imeevma@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <2ecdecf63e68a73815c48d9ff369cbd129ad28d6.1563198457.git.imeevma@gmail.com> 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: korablev@tarantool.org Hello, On 15 Jul 16:49, imeevma@tarantool.org wrote: > This patch provides a test suite that allows us to make sure that > the functionality of the SQL BOOLEAN type works as intended. > > Part of #4228 > --- > https://github.com/tarantool/tarantool/issues/4228 > https://github.com/tarantool/tarantool/tree/imeevma/gh-4228-test-suits-for-sql-types I've checked your patch into 2.2 and master. -- Regards, Kirill Yukhin