[tarantool-patches] Re: [PATCH v2 0/2] sql: rework error handling in box.execute()
Kirill Yukhin
kyukhin at tarantool.org
Fri Aug 2 08:39:25 MSK 2019
Hello,
On 31 Jul 13:32, imeevma at tarantool.org wrote:
> This patch-set reworks the error handling of box.execute(). After
> this patch-set, box.execute() will return nil as the first return
> value, and error as the second.
>
> https://github.com/tarantool/tarantool/issues/4390
> https://github.com/tarantool/tarantool/tree/imeevma/gh-4390-box_execute-should-not-throw
>
> Changes in v2:
> - Added function, that pushes nil and error in Lua stack.
>
> Mergen Imeev (2):
> lua: new function luaT_return_error()
> sql: rework error handling in box.execute()
I've checked the patchset into master.
--
Regards, Kirill Yukhin
More information about the Tarantool-patches
mailing list