From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp3.mail.ru (smtp3.mail.ru [94.100.179.58]) (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 28002469719 for ; Wed, 26 Feb 2020 01:20:17 +0300 (MSK) Date: Wed, 26 Feb 2020 01:20:15 +0300 From: Kirill Yukhin Message-ID: <20200225222015.wt5azo2dlexkd745@tarantool.org> References: <1582130122.751366742@f143.i.mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1582130122.751366742@f143.i.mail.ru> Subject: Re: [Tarantool-patches] [PATCH] box: user.grant error should be versatile List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Maria Khaydich Cc: tarantool-patches , Vladislav Shpilevoy Hello, On 19 фев 19:35, Maria Khaydich wrote: > > Error message on granted privileges was not flexible and > did not distinguish between universal or any other priviliges > leaving either 'nil' or simply '' at the end. >   > Closes #714 > ---------------------------------------------------------------------- > Issue: > https://github.com/tarantool/tarantool/issues/714   > Branch: > https://github.com/tarantool/tarantool/tree/eljashm/gh-714-box-schema-user-grant-invalid-error   I've checked your patch into master. -- Regards, Kirill Yukhin