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 EB02B26087 for ; Fri, 2 Aug 2019 07:01:20 -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 RkAsYg3Xx7SB for ; Fri, 2 Aug 2019 07:01:20 -0400 (EDT) Received: from smtp33.i.mail.ru (smtp33.i.mail.ru [94.100.177.93]) (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 AD87125FF0 for ; Fri, 2 Aug 2019 07:01:20 -0400 (EDT) Date: Fri, 2 Aug 2019 14:01:17 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] sql: make default constraint names be consistent Message-ID: <20190802110117.63tnzpvhs6cdmhoj@tarantool.org> References: <20190731105556.42786-1-korablev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190731105556.42786-1-korablev@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: kostja@tarantool.org, Nikita Pettik Hello, On 31 Jul 13:55, Nikita Pettik wrote: > If during creation of constraint its name is not specified, then it is > generated automatically. Occasionally, default names for each type of > constraint turn out to be different. This patch makes them follow the > same pattern: "shortcut"_unnamed_"table_name"_"ordinal_numb". For > instance: fk_unnamed_T1_1 or ck_unnamed_T1_3 etc > --- > > Branch: https://github.com/tarantool/tarantool/commits/np/fix-constraint-names I've checked the patchset into master. -- Regards, Kirill Yukhin