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 D80B22EDC2 for ; Tue, 13 Nov 2018 06:48:02 -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 p74d7yDpyA9F for ; Tue, 13 Nov 2018 06:48:02 -0500 (EST) Received: from smtp38.i.mail.ru (smtp38.i.mail.ru [94.100.177.98]) (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 2316A2EDE6 for ; Tue, 13 Nov 2018 06:48:02 -0500 (EST) Date: Tue, 13 Nov 2018 14:47:58 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] Return valid lua error for func creation error Message-ID: <20181113114758.kbzyzvauxvycha4w@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: Georgy Kirichenko Hello, On 02 Nov 14:30, Georgy Kirichenko wrote: > Return valid lua error if something fail while sql function creation. > --- > https://github.com/tarantool/tarantool/issues/3724 > https://github.com/tarantool/tarantool/tree/g.kirichenko/gh-3724-return-error-from-func-creation I've checked in upddated patch into 2.1 branch. -- Regards, Kirill Yukhin