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 90C732340D for ; Mon, 16 Jul 2018 09:41:06 -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 79HuwV6pVGAX for ; Mon, 16 Jul 2018 09:41:06 -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 47E8522FF9 for ; Mon, 16 Jul 2018 09:41:06 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v1 2/4] sql: refactor sqlite3AddNotNull function References: <4f4e7934d0eac2f295adadb1e5572f8ff4dbf752.1531743627.git.kshcherbatov@tarantool.org> From: Vladislav Shpilevoy Message-ID: <7b3cd5f2-13a0-6f89-3b61-9875f5231976@tarantool.org> Date: Mon, 16 Jul 2018 16:41:03 +0300 MIME-Version: 1.0 In-Reply-To: <4f4e7934d0eac2f295adadb1e5572f8ff4dbf752.1531743627.git.kshcherbatov@tarantool.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Kirill Shcherbatov , tarantool-patches@freelists.org I do not thing the commit is worth itself. Please, merge it into the previous one. Anyway, most of this patch just changes the latter. On 16/07/2018 15:28, Kirill Shcherbatov wrote: > --- > src/box/sql/build.c | 22 ++++++++-------------- > src/box/sql/parse.y | 6 +++--- > src/box/sql/sqliteInt.h | 17 ++++++++++++++++- > 3 files changed, 27 insertions(+), 18 deletions(-) >