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 9A4C72AB40 for ; Wed, 3 Apr 2019 03:56:04 -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 1ziluN5u4CHR for ; Wed, 3 Apr 2019 03:56:04 -0400 (EDT) Received: from smtp58.i.mail.ru (smtp58.i.mail.ru [217.69.128.38]) (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 D52CC2AB25 for ; Wed, 3 Apr 2019 03:56:03 -0400 (EDT) Date: Wed, 3 Apr 2019 10:56:01 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2 1/1] sql: parameter binding for box.execute() Message-ID: <20190403075601.pezhjakipepvi6lg@tarantool.org> References: <01d0c735518c8de3b48050395d9f83cf4dc77d7e.1554148852.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <01d0c735518c8de3b48050395d9f83cf4dc77d7e.1554148852.git.v.shpilevoy@tarantool.org> 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, Mergen Imeev Hello, On 01 Apr 23:02, Vladislav Shpilevoy wrote: > From: Mergen Imeev > > This patch defines parameters binding for SQL statements executed > through box.execute(). > > Closes #3401 I've checked yout patch into master and 2.1 branch. -- Regards, Kirill Yukhin