[Tarantool-patches] [tarantool-patches] Re: [PATCH v1 1/3] sql: errors for UDFs returning too many values

Nikita Pettik korablev at tarantool.org
Thu Oct 17 15:51:21 MSK 2019


On 16 Oct 17:10, Kirill Shcherbatov wrote:
> 
> > 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.

Pushed whole patch-set to master.



More information about the Tarantool-patches mailing list