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 E718F25F39 for ; Thu, 14 Jun 2018 08:41:29 -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 Rpd1qMPI1RJt for ; Thu, 14 Jun 2018 08:41:29 -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 A5AAF24272 for ; Thu, 14 Jun 2018 08:41:29 -0400 (EDT) Date: Thu, 14 Jun 2018 15:41:23 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 0/3] sql: implement point where for DELETE stmts Message-ID: <20180614124123.ejfmvmdv4gzymgdy@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: v.shpilevoy@tarantool.org Cc: tarantool-patches@freelists.org Hello Vlad, On 01 июн 18:16, Kirill Yukhin wrote: > This patches consists of two preparational patches and the > main patch which enables DELETE's from spaces created w/ Lua. Thanks for your inputs and even patches. I've squashed your review changes (w/ minor fixes) into main patch-set and committed them to 2.0 branch. -- Regards, Kirill Yukhin