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 37D96277B9 for ; Mon, 18 Feb 2019 11:51:53 -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 Qmjfx1aWsfCq for ; Mon, 18 Feb 2019 11:51:53 -0500 (EST) Received: from smtp60.i.mail.ru (smtp60.i.mail.ru [217.69.128.40]) (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 724F9277B2 for ; Mon, 18 Feb 2019 11:51:52 -0500 (EST) Date: Mon, 18 Feb 2019 19:51:49 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2 0/2] sql: use diag_set() for errors in SQL Message-ID: <20190218165149.5nlfgantm6jugl3q@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline 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 Cc: korablev@tarantool.org, kostja@tarantool.org Hello, On 15 Feb 20:14, imeevma@tarantool.org wrote: > The goal of this patch-set is to rework all SQL errors and make > Tarantool ones from them. > > Difference from v1: Added patch that removes field suppressErr. > > https://github.com/tarantool/tarantool/issues/3965 > https://github.com/tarantool/tarantool/tree/imeevma/gh-3965-use-diag_set-to-describe-error I've checked yout patch set into 2.1 branch. -- Regards, Kirill Yukhin