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 BB86E2EC2E for ; Mon, 26 Nov 2018 05:33:23 -0500 (EST) 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 TXIdImEKF3c1 for ; Mon, 26 Nov 2018 05:33:23 -0500 (EST) Received: from smtp39.i.mail.ru (smtp39.i.mail.ru [94.100.177.99]) (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 2CB612EC23 for ; Mon, 26 Nov 2018 05:33:23 -0500 (EST) Date: Mon, 26 Nov 2018 13:33:18 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] sql: constraints definition among columns in CREATE TABLE() Message-ID: <20181126103318.j67mzckg4lekbnak@tarantool.org> References: <20181118143151.24016-1-roman.habibov1@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20181118143151.24016-1-roman.habibov1@yandex.ru> 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 Hello, On 18 Nov 17:31, Roman Khabibov wrote: > Allow constraints to appear along with columns definitions. Disallow typing > a constraint name without specifying the constraint and after. > > Closes #3504 > > Branch: https://github.com/tarantool/tarantool/tree/romanhabibov/gh-3504-constraints-create-table > Issue: https://github.com/tarantool/tarantool/issues/3504 I've checked your patch into 2.1 branch. -- Regards, Kirill Yukhin