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 CD6B42446D for ; Wed, 23 May 2018 01:19:24 -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 Kp0R_tGRIJDX for ; Wed, 23 May 2018 01:19:24 -0400 (EDT) Received: from smtp57.i.mail.ru (smtp57.i.mail.ru [217.69.128.37]) (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 6F93A24494 for ; Wed, 23 May 2018 01:19:24 -0400 (EDT) Date: Wed, 23 May 2018 08:19:20 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v6 0/4] sql: moved Checks to server Message-ID: <20180523051920.pl7s4cjook5rkfch@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, Kirill Shcherbatov Hi, On 15 мая 20:03, Kirill Shcherbatov wrote: > Branch: http://github.com/tarantool/tarantool/tree/gh-3272-no-sql-checks > Issue: https://github.com/tarantool/tarantool/issues/3272 > > Kirill Shcherbatov (4): > sql: fix code style in sqlite3Pragma > sql: remove SQL fields from Table and Column > sql: space_def* instead of Table* in Expr > sql: remove Checks to server I've checked in the patch set into 2.0 -- Regards, Kirill Yukhin