From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 6E1F2469719 for ; Sun, 16 Feb 2020 13:24:10 +0300 (MSK) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3594.4.19\)) From: Roman Khabibov In-Reply-To: <20200211165644.GE5168@tarantool.org> Date: Sun, 16 Feb 2020 13:24:09 +0300 Content-Transfer-Encoding: 7bit Message-Id: <9DFC55FD-1950-480D-9018-84C385D13674@tarantool.org> References: <7a808f9ecb04230b2411a618ed5df909252d64ca.1580573997.git.roman.habibov@tarantool.org> <20200211165644.GE5168@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2 1/2] sql: improve "no such constraint" error message List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikita Pettik Cc: tarantool-patches@dev.tarantool.org > On Feb 11, 2020, at 19:56, Nikita Pettik wrote: > > On 01 Feb 20:36, Roman Khabibov wrote: >> Add the name of space where the constraint under dropping didn't >> founded. > > Please add any rationale to the commit message. The rest is OK. > Done.