Tarantool development patches archive
 help / color / mirror / Atom feed
From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
To: tarantool-patches@freelists.org
Cc: kyukhin@tarantool.org, imeevma@tarantool.org,
	Mergen Imeev <imeevma@gmail.com>
Subject: [tarantool-patches] Re: [PATCH v2 1/1] sql: parameter binding for box.execute()
Date: Mon, 1 Apr 2019 23:03:22 +0300	[thread overview]
Message-ID: <9db2196a-37b5-c786-764c-7022970a6632@tarantool.org> (raw)
In-Reply-To: <01d0c735518c8de3b48050395d9f83cf4dc77d7e.1554148852.git.v.shpilevoy@tarantool.org>

LGTM.

On 01/04/2019 23:02, Vladislav Shpilevoy wrote:
> From: Mergen Imeev <imeevma@gmail.com>
> 
> This patch defines parameters binding for SQL statements executed
> through box.execute().
> 
> Closes #3401
> ---
> 
> Changes in v2:
> - All the code is moved to box/lua/execute.h
> 
> V1: https://www.freelists.org/post/tarantool-patches/PATCH-v1-11-sql-parameter-binding-for-boxexecute
> Branch: https://github.com/tarantool/tarantool/tree/imeevma/gh-3401-add-binding-to-box_execute
> Issue: https://github.com/tarantool/tarantool/issues/3401
> 
>  src/box/lua/execute.c    | 179 ++++++++++++++++++++++-
>  test/sql/bind.result     | 296 +++++++++++++++++++++++++++++++++++++++
>  test/sql/bind.test.lua   | 100 +++++++++++++
>  test/sql/engine.cfg      |   4 +
>  test/sql/iproto.result   | 225 -----------------------------
>  test/sql/iproto.test.lua |  69 ---------
>  6 files changed, 577 insertions(+), 296 deletions(-)
>  create mode 100644 test/sql/bind.result
>  create mode 100644 test/sql/bind.test.lua
> 

  reply	other threads:[~2019-04-01 20:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-01 20:02 [tarantool-patches] " Vladislav Shpilevoy
2019-04-01 20:03 ` Vladislav Shpilevoy [this message]
2019-04-02  8:30 ` [tarantool-patches] " Konstantin Osipov
2019-04-03  7:56 ` Kirill Yukhin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9db2196a-37b5-c786-764c-7022970a6632@tarantool.org \
    --to=v.shpilevoy@tarantool.org \
    --cc=imeevma@gmail.com \
    --cc=imeevma@tarantool.org \
    --cc=kyukhin@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --subject='[tarantool-patches] Re: [PATCH v2 1/1] sql: parameter binding for box.execute()' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox