[tarantool-patches] Re: [PATCH v1 1/1] sql: parameter binding for box.execute()

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Mon Apr 1 13:27:00 MSK 2019


Kirill S. said, that he has a patch moving binds and some other
declarations into execute.h. It could help a bit, probably.

But the question is the same. Should we do that now?

On 01/04/2019 11:44, Vladislav Shpilevoy wrote:
> 
> 
> On 01/04/2019 08:21, Konstantin Osipov wrote:
>> * imeevma at tarantool.org <imeevma at tarantool.org> [19/03/30 16:50]:
>>> This patch defines parameters binding for SQL statements executed
>>> through box.execute().
>>
>> Could the dependency on lua_* be moved into src/box/lua/ or that
>> would be difficult to do?
> 
> It requires exposure of struct sql_bind into the header file, and
> include "execute.h" into one of box/lua files. If you insist, we
> can do that. Should we?
> 
>>
>>
>> -- 
>> Konstantin Osipov, Moscow, Russia, +7 903 626 22 32
>> http://tarantool.io - www.twitter.com/kostja_osipov
>>
> 




More information about the Tarantool-patches mailing list