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 C3D4128AD0 for ; Thu, 29 Aug 2019 13:12:46 -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 WFqHmhj8ZPmz for ; Thu, 29 Aug 2019 13:12:46 -0400 (EDT) Received: from smtp41.i.mail.ru (smtp41.i.mail.ru [94.100.177.101]) (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 7F5B4288D7 for ; Thu, 29 Aug 2019 13:12:46 -0400 (EDT) Date: Thu, 29 Aug 2019 20:12:43 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v4 0/4] sql: uniform SQL and Lua functions subsystem Message-ID: <20190829171243.mnaznuuymdg5jcd3@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 Cc: korablev@tarantool.org, Kirill Shcherbatov Hello, On 21 авг 18:28, Kirill Shcherbatov wrote: > Branch: http://github.com/tarantool/tarantool/tree/kshch/gh-4182-persistent-functions > Issue: https://github.com/tarantool/tarantool/issues/2233 > > Kirill Shcherbatov (4): > sql: rename sql_vdbe_mem_alloc_region helper > sql: replace flag MINMAX with flags MIN and MAX > sql: get rid of FuncDef function hash > sql: support user-defined functions in SQL I've checked your patchset into master. -- Regards, Kirill Yukhin