From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp58.i.mail.ru (smtp58.i.mail.ru [217.69.128.38]) (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 55206469719 for ; Wed, 18 Mar 2020 09:04:39 +0300 (MSK) References: <5905e1da-c4a6-6d9b-d17c-a2dbe1d14033@tarantool.org> <20200317143159.60241-1-olegrok@tarantool.org> <20200317204045.GB4294@tarantool.org> From: Oleg Babin Message-ID: <9b889619-495a-eea6-6ce2-742681e394c9@tarantool.org> Date: Wed, 18 Mar 2020 09:04:37 +0300 MIME-Version: 1.0 In-Reply-To: <20200317204045.GB4294@tarantool.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v3] box: allow to retrieve the last generated value of sequence List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikita Pettik Cc: tarantool-patches@dev.tarantool.org On 17/03/2020 23:40, Nikita Pettik wrote: > > LGTM. Please, provide @Changelog and I will push it. Thanks. > Sorry, I omitted this because it could be extracted from the root of e-mail thread. Issue: https://github.com/tarantool/tarantool/issues/4752 Branch: https://github.com/tarantool/tarantool/tree/olegrok/4752-sequence-current @ChangeLog - sequence:current() - a function to get sequence's current value, without changing it (gh-4752).