[Tarantool-patches] [PATCH v2 09/16] sql: resurrect sql_bind_parameter_name()

Konstantin Osipov kostja.osipov at gmail.com
Wed Dec 4 14:55:34 MSK 2019


* Konstantin Osipov <kostja.osipov at gmail.com> [19/12/04 14:55]:
> * Nikita Pettik <korablev at tarantool.org> [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)

Otherwise lgtm

> > +const char *
> > +sql_bind_parameter_name(sql_stmt *stmt, int i);
> > 
> 
> -- 
> Konstantin Osipov, Moscow, Russia

-- 
Konstantin Osipov, Moscow, Russia


More information about the Tarantool-patches mailing list