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 697C026E99 for ; Tue, 31 Jul 2018 03:54:26 -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 rsk6woCS6Inn for ; Tue, 31 Jul 2018 03:54:26 -0400 (EDT) Received: from smtp14.mail.ru (smtp14.mail.ru [94.100.181.95]) (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 25AD21FFD4 for ; Tue, 31 Jul 2018 03:54:26 -0400 (EDT) Date: Tue, 31 Jul 2018 10:54:23 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v1 2/2] sql: prevent executing crossengine sql Message-ID: <20180731075423.2swxxoylyjqbqwcq@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: v.shpilevoy@tarantool.org, korablev@tarantool.org, Kirill Shcherbatov Hello, On 24 июл 14:05, Kirill Shcherbatov wrote: > Some sql requests are complex and could contain R/W with > multiple spaces. As we have no ability to make such changes > transactionaly, we have to dissallow such requests. This mean > that we shouldn't create triggers on memtex spaces writing > something in vinyl and so on. > > Closes #3551 I've checked in the patch into 2.0 branch. -- Regards, Kirill Yukhin