From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp61.i.mail.ru (smtp61.i.mail.ru [217.69.128.41]) (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 3B53F42EF5C for ; Wed, 10 Jun 2020 17:00:39 +0300 (MSK) Date: Wed, 10 Jun 2020 17:00:38 +0300 From: Kirill Yukhin Message-ID: <20200610140038.cakjpgjlo4hlkbut@tarantool.org> References: <20200610124701.13055-1-roman.habibov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200610124701.13055-1-roman.habibov@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] sql: display collation in metadata for scalar List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Roman Khabibov Cc: tarantool-patches@dev.tarantool.org Hello, Thanks for the patch. Few nits inlined. Where is ChangeLog entry? Fix it and it will be LGTM. On 10 июн 15:47, Roman Khabibov wrote: > Fix bug with the display of collation for scalar fields in Double space. >