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 3615026869 for ; Thu, 8 Aug 2019 18:42:53 -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 KZTMpZHRnsS6 for ; Thu, 8 Aug 2019 18:42:53 -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 849702655B for ; Thu, 8 Aug 2019 18:42:52 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: [tarantool-patches] Re: [PATCH] sql: check constraint name duplication From: "n.pettik" In-Reply-To: <20190723112803.37978-1-roman.habibov@tarantool.org> Date: Fri, 9 Aug 2019 01:42:49 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: <020E87D9-7FE8-47CF-875F-479410936B3A@tarantool.org> References: <20190723112803.37978-1-roman.habibov@tarantool.org> 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: Roman Khabibov > On 23 Jul 2019, at 14:28, Roman Khabibov = wrote: >=20 > Check constraint name duplication in a single > statement. Please, read discussion in comments of issue. This patch looks like a = =20 temporary stub, but we need versatile solution. Note that we already = =20 have transactional ddl, so nothing prevents us from adding _constraint = =20 space.=