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 CC6D72DEB8 for ; Mon, 16 Apr 2018 09:35: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 z9metYL-lNKs for ; Mon, 16 Apr 2018 09:35:35 -0400 (EDT) Received: from smtp15.mail.ru (smtp15.mail.ru [94.100.176.133]) (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 8C1042DEA9 for ; Mon, 16 Apr 2018 09:35:35 -0400 (EDT) Date: Mon, 16 Apr 2018 16:35:31 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] sql: disallow id duplicate in insert & update Message-ID: <20180416133531.upj7ukmwirtbnygr@tarantool.org> References: <20180409042952.25735-1-avkhatskevich@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit 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: AKhatskevich Hello, On 09 апр 23:30, Vladislav Shpilevoy wrote: > LGTM. I've checked the patch into 2.x branch. -- Regards, Kirill Yukhin