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 CC2AC28ADB for ; Fri, 17 Aug 2018 02:42:16 -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 pwPnhGm40Mvd for ; Fri, 17 Aug 2018 02:42:16 -0400 (EDT) Received: from smtp49.i.mail.ru (smtp49.i.mail.ru [94.100.177.109]) (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 20F3924187 for ; Fri, 17 Aug 2018 02:42:15 -0400 (EDT) Date: Fri, 17 Aug 2018 09:30:57 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v1 1/1] sql: triggers on view unfinished updates Message-ID: <20180817063057.6zsudi5vhd7ukpk3@tarantool.org> References: 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: korablev@tarantool.org, Kirill Shcherbatov Hello, On 16 авг 16:26, Kirill Shcherbatov wrote: > Excepting primary index is a typical thing for view so > we should use space_index instead of index_find that doesn't > setup diag error when no index is finded. > > Closes #3536. > --- > Branch: https://github.com/tarantool/tarantool/tree/kshch/gh-3536-failed-view-insertion > Issue: https://github.com/tarantool/tarantool/issues/3536 I've checked in the patch into 2.0 branch. -- Regards, Kirill Yukhin