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 8D56A22058 for ; Sat, 29 Dec 2018 10:06:27 -0500 (EST) 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 rUVPpGelpnaQ for ; Sat, 29 Dec 2018 10:06:27 -0500 (EST) Received: from smtp52.i.mail.ru (smtp52.i.mail.ru [94.100.177.112]) (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 49F981FCF2 for ; Sat, 29 Dec 2018 10:06:25 -0500 (EST) Date: Sat, 29 Dec 2018 18:06:23 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] sql: fix decoding data of type BOOLEAN Message-ID: <20181229150623.hisdtfpvapzgimxr@tarantool.org> References: <20181229090718.20432-1-korablev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20181229090718.20432-1-korablev@tarantool.org> 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 Hello, On 29 Dec 11:07, Nikita Pettik wrote: > Closes #3906 > --- > Branch: https://github.com/tarantool/tarantool/tree/np/gh-3906-fix-displaying-bool > Issue: https://github.com/tarantool/tarantool/issues/3906 > > src/box/sql/vdbeaux.c | 2 +- > test/sql-tap/autoinc.test.lua | 2 +- > test/sql/types.result | 28 ++++++++++++++++++++++++++++ > test/sql/types.test.lua | 11 +++++++++++ > 4 files changed, 41 insertions(+), 2 deletions(-) I've committed your patch into 2.1. It is pretty much straightforward. -- Regards, Kirill Yukhin