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 0937C27C09 for ; Thu, 2 Aug 2018 07:16: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 JtxMn1Irr3Ua for ; Thu, 2 Aug 2018 07:16:46 -0400 (EDT) Received: from smtp56.i.mail.ru (smtp56.i.mail.ru [217.69.128.36]) (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 BA43427C05 for ; Thu, 2 Aug 2018 07:16:46 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v1 1/1] sql: add function last_insert_id References: <6ea638f9d70b5c3ab6ccceefd8cde1beefa06000.1533045066.git.imeevma@gmail.com> From: Vladislav Shpilevoy Message-ID: Date: Thu, 2 Aug 2018 14:16:42 +0300 MIME-Version: 1.0 In-Reply-To: <6ea638f9d70b5c3ab6ccceefd8cde1beefa06000.1533045066.git.imeevma@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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, imeevma@tarantool.org Hi! Thanks for the patch! I will review the next version with new IPROTO key. On 31/07/2018 16:52, imeevma@tarantool.org wrote: > Function last_insert_id() returns index of first > inserted tuple in last INSERT query in current > session. It takes no arguments. > > Part of #2618. > --- > Branch: https://github.com/tarantool/tarantool/tree/imeevma/gh-2618-return-generated-columns-and-values > Issue: https://github.com/tarantool/tarantool/issues/2618 >