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 8765C26A22 for ; Mon, 25 Feb 2019 06:42:37 -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 x7jHveafl1UA for ; Mon, 25 Feb 2019 06:42:37 -0500 (EST) Received: from smtp55.i.mail.ru (smtp55.i.mail.ru [217.69.128.35]) (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 425D325BB6 for ; Mon, 25 Feb 2019 06:42:37 -0500 (EST) Date: Mon, 25 Feb 2019 14:42:34 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 0/3] Concatenation operator type fixes Message-ID: <20190225114234.3x3zkwj5rxlnnul7@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, Nikita Pettik Hello, On 19 Feb 11:28, Nikita Pettik wrote: > This patch makes concatenation operator follow ANSI rules. > For now, only operands of string-like types (TEXT or BLOB) are > accepted. What is more, fixed resulting type of concatenation: > if both operands are of BLOB type, then the resulting value is of > BLOB value too. > > Branch: https://github.com/tarantool/tarantool/tree/np/gh-3544-fix-randomblob-type > Issue: https://github.com/tarantool/tarantool/issues/3544 I've checked your patches into 2.1 branch. -- Regards, Kirill Yukhin