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 2F80F25625 for ; Fri, 18 May 2018 07:01:48 -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 atoxr6xO1gpK for ; Fri, 18 May 2018 07:01:48 -0400 (EDT) Received: from smtp44.i.mail.ru (smtp44.i.mail.ru [94.100.177.104]) (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 E0E5525620 for ; Fri, 18 May 2018 07:01:47 -0400 (EDT) Date: Fri, 18 May 2018 14:01:45 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 0/2] sql: refactor DELETE STMT translation Message-ID: <20180518110145.ca5wwrnpkz6mk7gp@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, On 16 мая 18:24, Kirill Yukhin wrote: > Issue: https://github.com/tarantool/tarantool/issues/3235 > Branch: https://github.com/tarantool/tarantool/tree/kyukhin/gh-3235-refactor-delete-3 > > This two-patch set refactors SQL DELETE statements translation. It allows > not to create dummy key_defs and passing NULL instead to OP_OpenTEphemeral. > It also make box/sql/delete.c obey Tarantool coding style. > > Part of #3235 > > Kirill Yukhin (2): > sql: allow key_def to be NULL for ephemeral create > sql: refactor delete routines Both patches received OK, so I've checked them into 2.0 branch. -- Regards, Kirill Yukhin