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 971042AEA0 for ; Wed, 3 Apr 2019 03:56:52 -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 sStv5nvNfRzj for ; Wed, 3 Apr 2019 03:56:52 -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 4D3662AE9F for ; Wed, 3 Apr 2019 03:56:52 -0400 (EDT) Date: Wed, 3 Apr 2019 10:56:49 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v10 0/4] box.sql.execute removal Message-ID: <20190403075649.obwn3qcnedwxeu32@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: Vladislav Shpilevoy Cc: tarantool-patches@freelists.org, imeevma@tarantool.org Hello, On 01 Apr 22:59, Vladislav Shpilevoy wrote: > The patchset removes box.sql.execute and introduces box.execute as an > alternative. Box.execute results are exactly the same as netbox.execute ones. > > Changes in v10: > > - luaL_tofield now is 'truly' safe - added pcall wrap for __serialize > invocations; > > - Lua and box parts of execute.c/.h now in different files: > box/execute.h/.c and box/lua/execute.h/.c, thanks to Kirill S. > > V9: https://www.freelists.org/post/tarantool-patches/PATCH-v9-07-sql-remove-boxsqlexecute > Branch: http://github.com/tarantool/tarantool/tree/imeevma/gh-3505-no-sql-execute > Issue: https://github.com/tarantool/tarantool/issues/3505 > > Kirill Shcherbatov (1): > sql: export sql_bind structure and API I've checked the patchset into master and 2.1 branches. -- Regards, Kirill Yukhin