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 DAE5828F51 for ; Thu, 2 Aug 2018 04:35:51 -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 DWTRAzNv_jz8 for ; Thu, 2 Aug 2018 04:35:51 -0400 (EDT) Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (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 987B728F4C for ; Thu, 2 Aug 2018 04:35:51 -0400 (EDT) Received: from [185.6.245.156] (port=51692 helo=tarantool.org) by smtp50.i.mail.ru with esmtpa (envelope-from ) id 1fl95J-0007u8-O0 for tarantool-patches@freelists.org; Thu, 02 Aug 2018 11:35:49 +0300 Date: Thu, 2 Aug 2018 11:35:49 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v3 1/1] sql: tarantoolctl "enter" with set language Message-ID: <20180802083549.ka6l4xohiyz327dv@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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 Hello, On 30 июл 11:33, imeevma@tarantool.org wrote: > This patch allow to use option "--language" with > "tarantoolctl enter" command. Also default value > for language were added in default configuration > file. Language is either SQL or Lua. > > Closes #2385. > > @TarantoolBot document > Title: Language selection for tarantoolctl > "enter". > User can select either Lua or SQL when he uses tarantoolctl > "enter" command. It can be done using "--language=" > syntax. Default language is set in tarantoolctl config file. > Usage: > tarantoolctl enter --language=SQL > tarantoolctl enter --language=Lua > --- > Branch: https://github.com/tarantool/tarantool/tree/imeevma/gh-2385-select-input-language-tarantoolctl > Issue: https://github.com/tarantool/tarantool/issues/2385 I've checked the patch into 2.0 branch. -- Regards, Kirill Yukhin