[tarantool-patches] Re: [PATCH 2/2] netbox: reuse _request() to do SQL execute()

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Fri Apr 6 02:30:32 MSK 2018



05.04.2018 23:07, Konstantin Osipov пишет:
> * Vladislav Shpilevoy <v.shpilevoy at tarantool.org> [18/04/05 22:31]:
>
> Please use select(1, f()) instead of first_value().
>
> Otherwise the patch is OK to push.
I have tried it at first. See the result:

tarantool> function ret() return 1, 2, 3 end
---
...

tarantool> select(1, ret())
---
- 1
- 2
- 3
...






More information about the Tarantool-patches mailing list