From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp55.i.mail.ru (smtp55.i.mail.ru [217.69.128.35]) (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 A4FF146970E for ; Tue, 31 Dec 2019 11:01:53 +0300 (MSK) Date: Tue, 31 Dec 2019 11:01:51 +0300 From: Kirill Yukhin Message-ID: <20191231080151.bckmef667uys75ub@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v2 0/9] sql: Remove control pragmas List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: imeevma@tarantool.org Cc: tarantool-patches@dev.tarantool.org Hello, On 30 дек 19:43, imeevma@tarantool.org wrote: > This patch-set removes control pragmas. > > https://github.com/tarantool/tarantool/issues/4511 > https://github.com/tarantool/tarantool/tree/imeevma/gh-4511-replace-pragma-by-set > > Mergen Imeev (9): > sql: remove PRAGMA "count_changes" > sql: remove PRAGMA "short_column_names" > sql: remove PRAGMA "sql_compound_select_limit" > sql: remove PRAGMA "vdbe_addoptrace" > box: introduce 'service' engine > box: introduce _session_settings system space > box: add SQL settings to _session_settings > sql: remove control pragmas > sql: refactor PRAGMA-related code I've checked the patchset into master. -- Regards, Kirill Yukhin