Skip to content
Snippets Groups Projects
user avatar
Mergen Imeev authored
In accordance with the Lua coding style in Tarantool, all errors
returned in Lua should be returned using 'return nil, error'.
However, box.execute() throws an exception in case of an error.
This patch causes box.execute() to return an error, as described
in the coding style.

Closes #4390
98e29c0f
History
Name Last commit Last update