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 9EE4C22C3D for ; Wed, 25 Jul 2018 09:24:15 -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 i8lGMLd14yoM for ; Wed, 25 Jul 2018 09:24:15 -0400 (EDT) Received: from smtp42.i.mail.ru (smtp42.i.mail.ru [94.100.177.102]) (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 5241422C3A for ; Wed, 25 Jul 2018 09:24:15 -0400 (EDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: [tarantool-patches] Re: [PATCH v1 2/2] sql: prevent executing crossengine sql From: "n.pettik" In-Reply-To: Date: Wed, 25 Jul 2018 16:24:13 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: <281C2B94-5BA3-4868-B3A5-53234E2DCA4D@tarantool.org> References: 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: Kirill Shcherbatov > 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 Typo: this means. > that we shouldn't create triggers on memtex spaces writing > something in vinyl and so on. We shouldn=E2=80=99t but you didn=E2=80=99t ban such option in your = patch..