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 0AF4E2DDB0 for ; Tue, 21 May 2019 06:42:35 -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 62djsKsIMaZX for ; Tue, 21 May 2019 06:42:34 -0400 (EDT) Received: from smtp29.i.mail.ru (smtp29.i.mail.ru [94.100.177.89]) (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 BF8CD272F9 for ; Tue, 21 May 2019 06:42:34 -0400 (EDT) Received: by smtp29.i.mail.ru with esmtpa (envelope-from ) id 1hT2E4-0006sg-Pe for tarantool-patches@freelists.org; Tue, 21 May 2019 13:42:33 +0300 Date: Tue, 21 May 2019 13:42:29 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 0/4] A few fixes/improvements for autoincrement indexes Message-ID: <20190521104229.ciqddxid4ppfpszl@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 Hello, On 15 May 13:33, Vladimir Davydov wrote: > See comments to individual patches for more details. > > https://github.com/tarantool/tarantool/issues/4009 > https://github.com/tarantool/tarantool/issues/4210 > https://github.com/tarantool/tarantool/issues/4214 > https://github.com/tarantool/tarantool/commits/dv/sequence-fixes > > Vladimir Davydov (4): > schema: use tuple field names in Lua Checked into master. > schema: fix error while altering index with sequence Checked into 1.10, 2.1 and master. > schema: allow to set sequence for any index part, not just the first Checked into master. > schema: explicitly forbid setting sequence for json path key part Checked into 2.1 and master. -- Regards, Kirill Yukhin