From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 8859946971A for ; Wed, 4 Dec 2019 14:55:19 +0300 (MSK) Received: by mail-lj1-f196.google.com with SMTP id 21so7796400ljr.0 for ; Wed, 04 Dec 2019 03:55:19 -0800 (PST) Date: Wed, 4 Dec 2019 14:55:17 +0300 From: Konstantin Osipov Message-ID: <20191204115517.GK6592@atlas> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v2 09/16] sql: resurrect sql_bind_parameter_name() List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikita Pettik Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org * Nikita Pettik [19/11/21 10:00]: > +/** > + * Return the name of a wildcard parameter. Return NULL if the index > + * is out of range or if the wildcard is unnamed. > + */ Please document the valid range of the index (0-based I assume) > +const char * > +sql_bind_parameter_name(sql_stmt *stmt, int i); > -- Konstantin Osipov, Moscow, Russia