From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 dev.tarantool.org (Postfix) with ESMTPS id 295344696C3 for ; Mon, 13 Apr 2020 16:52:21 +0300 (MSK) Date: Mon, 13 Apr 2020 16:52:20 +0300 From: Kirill Yukhin Message-ID: <20200413135220.ylazccsgxinrylr4@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v2 0/4] introduce indices over UUID List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Serge Petrenko Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org Hello, On 10 Apr 02:50, Serge Petrenko wrote: > https://github.com/tarantool/tarantool/issues/4268 > https://github.com/tarantool/tarantool/tree/sp/gh-4268-uuid-type > > Changes in v2: > - disallow to insert strings and binstrings > to uuid fields. > - move mp_uuid files to uuid lib > - extract mpstream to a separate lib > - review fixes as per review from Vlad > > Serge Petrenko (4): > refactoring: extract mpstream into a separate library > uuid: expose tt_uuid_validate method > box: add MsgPack encoding/decoding for UUID > box: introduce indices by UUID I've checked your patch into master. -- Regards, Kirill Yukhin