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 69AF626429 for ; Wed, 4 Jul 2018 06:44:47 -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 JZLzgAUe1pvr for ; Wed, 4 Jul 2018 06:44:47 -0400 (EDT) Received: from smtp3.mail.ru (smtp3.mail.ru [94.100.179.58]) (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 CCB972640B for ; Wed, 4 Jul 2018 06:44:46 -0400 (EDT) Date: Wed, 4 Jul 2018 13:44:43 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v1 1/1] sql: show formated MsgPack BLOB on select Message-ID: <20180704104443.fesy6qztrqd325hn@tarantool.org> References: <3778fd7451fde6e28b3b4c9fcf88fb310a8b50b6.1530534766.git.kshcherbatov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3778fd7451fde6e28b3b4c9fcf88fb310a8b50b6.1530534766.git.kshcherbatov@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: korablev@tarantool.org, Kirill Shcherbatov Hello, On 02 июл 15:33, Kirill Shcherbatov wrote: > Previously MsgPacks BLOB objects were shown as base64 strings. > Now we print them in human-readable form. > > Resolves #2369. > --- > https://github.com/tarantool/tarantool/tree/kshch/gh-2369-display-tuple-msgpucks > https://github.com/tarantool/tarantool/issues/2369 I've checked the patch into 2.0 branch. -- Regards, Kirill Yukhin