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 8F30726550 for ; Tue, 19 Mar 2019 09:21:34 -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 RXTVkz1g2eHz for ; Tue, 19 Mar 2019 09:21:34 -0400 (EDT) Received: from smtp49.i.mail.ru (smtp49.i.mail.ru [94.100.177.109]) (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 4264C24AEE for ; Tue, 19 Mar 2019 09:21:34 -0400 (EDT) Date: Tue, 19 Mar 2019 16:21:31 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] sql: bind BLOB value as BLOB not as STRING Message-ID: <20190319132131.nwkm57rpi7x5udhd@tarantool.org> References: <20190318010558.15883-1-korablev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190318010558.15883-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: tarantool-patches@freelists.org Cc: v.shpilevoy@tarantool.org, Nikita Pettik Hello, On 18 Mar 04:05, Nikita Pettik wrote: > It is obvious that BLOB (that is value encoded in msgpack with MP_BIN > format) values must be bound as BLOBs, not as strings. Unfortunately, > they were bound as strings, which lead to wrong resulting type > calculations after execution of SQL statement. > --- > Branch: https://github.com/tarantool/tarantool/tree/np/blob-type-binding-fix I've checked your patch into 2.1 branch. -- Regards, Kirill Yukhin