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 3A0AD2545C for ; Sat, 19 Jan 2019 19:19:39 -0500 (EST) 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 vYoClkfccI1T for ; Sat, 19 Jan 2019 19:19:39 -0500 (EST) Received: from smtp59.i.mail.ru (smtp59.i.mail.ru [217.69.128.39]) (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 E8B2124A9E for ; Sat, 19 Jan 2019 19:19:38 -0500 (EST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: [tarantool-patches] Re: [PATCH v4 5/6] sql: 'PRAGMA' result in YAML format From: "n.pettik" In-Reply-To: Date: Sun, 20 Jan 2019 03:19:36 +0300 Content-Transfer-Encoding: 7bit Message-Id: <4424957D-71D2-4C31-A288-42E22462055B@tarantool.org> References: 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: Imeev Mergen > New version: > > commit a3e6e457680e9aef5af78ca7a92f1572fcfbdef4 > Author: Mergen Imeev > Date: Thu Dec 13 21:07:31 2018 +0300 > > sql: 'PRAGMA' result in YAML format Commit's subject would look better with verb. For instance: sql: get results of PRAGMA statement in YAML format Or sort of. The rest is OK in this patch-set, so LGTM.