Tarantool development patches archive
 help / color / mirror / Atom feed
From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
To: Nikita Pettik <korablev@tarantool.org>,
	tarantool-patches@dev.tarantool.org
Subject: Re: [Tarantool-patches] [PATCH] sql: fix off-by-one error while setting bind names
Date: Tue, 4 Feb 2020 22:36:00 +0100	[thread overview]
Message-ID: <ace1be7a-6745-ae5a-b3dd-ce84b248a761@tarantool.org> (raw)
In-Reply-To: <af6e434c04d2ee54278fd235705614531511155a.1580834040.git.korablev@tarantool.org>

Hi!

Thanks for the patch, LGTM.

On 04/02/2020 18:12, Nikita Pettik wrote:
> Names of bindings are stored in the array indexed from 1 (see struct
> Vdbe->pVList). So to get name of i-th values to be bound, one should
> call sqlVListNumToName(list, i+1) not sqlVListNumToName(list, i).
> For this reason, names of binding parameters returned in meta-information
> in response to :prepare() call are shifted by one. Let's fix it and
> calculate position of binding parameter taking into consideration
> 1-based indexing.
> 
> Closes #4760
> ---
> Branch: https://github.com/tarantool/tarantool/commits/np/gh-4760-off-by-one-bind
> Issue: https://github.com/tarantool/tarantool/issues/4760

  reply	other threads:[~2020-02-04 21:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-04 17:12 Nikita Pettik
2020-02-04 21:36 ` Vladislav Shpilevoy [this message]
2020-02-06 17:30   ` Nikita Pettik

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=ace1be7a-6745-ae5a-b3dd-ce84b248a761@tarantool.org \
    --to=v.shpilevoy@tarantool.org \
    --cc=korablev@tarantool.org \
    --cc=tarantool-patches@dev.tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH] sql: fix off-by-one error while setting bind names' \
    /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