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 011012F831 for ; Fri, 9 Nov 2018 03:02:28 -0500 (EST) 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 h_BgYontFVJK for ; Fri, 9 Nov 2018 03:02:27 -0500 (EST) Received: from smtp39.i.mail.ru (smtp39.i.mail.ru [94.100.177.99]) (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 AEEBC2ED16 for ; Fri, 9 Nov 2018 03:02:27 -0500 (EST) Date: Fri, 9 Nov 2018 11:02:23 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v8 0/3] sql: return all generated ids via IPROTO Message-ID: <20181109080223.vd25d3h4yehwvc2h@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 Cc: korablev@tarantool.org, v.shpilevoy@tarantool.org Hello, On 29 Oct 20:33, imeevma@tarantool.org wrote: > To make implementation of function getGeneratedKeys() of JDBC > driver we should be able to return information of generated in > last INSERT statement keys through IPROTO. > > Patch 1 separates fideb_gc() from txn_commit(). > > Patch 2 implements mentioned functionality. > > Patch 3 do some refactoring in VDBE. > > > Issue: https://github.com/tarantool/tarantool/issues/2618 > Branch: https://github.com/tarantool/tarantool/tree/imeevma/gh-2618-return-all-generated-ids I've checked your patch set into 2.1 branch. -- Regards, Kirill Yukhin