[Tarantool-patches] [tarantool-patches] Re: [PATCH v1 1/3] sql: errors for UDFs returning too many values
Kirill Shcherbatov
kshcherbatov at tarantool.org
Wed Oct 16 17:10:09 MSK 2019
> Why not add new errcode? Like "SQL expects exactly one argument returned
> from %s, got %d"..
Done.
>
> Please add asserts below and fixme comment (since actually vectors are
> supported in SQL).
>
> assert(argc == 1);
> Same here.
Done.
More information about the Tarantool-patches
mailing list